build: Split JPEG-related tables off into a separate component

This commit is contained in:
Diego Biurrun
2015-03-27 12:23:59 +01:00
parent 87f87ccf32
commit 4978850ca2
12 changed files with 66 additions and 32 deletions

View File

@@ -24,6 +24,7 @@
#include "rtpdec.h"
#include "rtpdec_formats.h"
#include "libavutil/intreadwrite.h"
#include "libavcodec/jpegtables.h"
#include "libavcodec/mjpeg.h"
#include "libavcodec/bytestream.h"