diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2007-07-06 15:19:35 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2007-07-06 15:19:35 +0000 |
commit | 5416616588e521311c863a89b69392ba9856b45e (patch) | |
tree | 43a4e30e71afa371e0206fa7d1f61810a54b036e /libavcodec/Makefile | |
parent | b54bb84c3667763f438f6b66d22edf248975188d (diff) | |
download | ffmpeg-5416616588e521311c863a89b69392ba9856b45e.tar.gz |
split SVQ1 decoder and encoder in their own files
Originally committed as revision 9507 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 421eebe0de..2d793ea5d1 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -160,8 +160,8 @@ OBJS-$(CONFIG_SONIC_DECODER) += sonic.o golomb.o OBJS-$(CONFIG_SONIC_ENCODER) += sonic.o golomb.o OBJS-$(CONFIG_SONIC_LS_ENCODER) += sonic.o golomb.o OBJS-$(CONFIG_SP5X_DECODER) += sp5xdec.o mjpegdec.o mjpeg.o -OBJS-$(CONFIG_SVQ1_DECODER) += svq1.o -OBJS-$(CONFIG_SVQ1_ENCODER) += svq1.o +OBJS-$(CONFIG_SVQ1_DECODER) += svq1dec.o svq1.o +OBJS-$(CONFIG_SVQ1_ENCODER) += svq1enc.o svq1.o OBJS-$(CONFIG_SVQ3_DECODER) += h264.o cabac.o golomb.o OBJS-$(CONFIG_TARGA_DECODER) += targa.o OBJS-$(CONFIG_TARGA_ENCODER) += targaenc.o rle.o |