summaryrefslogtreecommitdiffstats
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorAurelien Jacobs <aurel@gnuage.org>2007-07-06 15:19:35 +0000
committerAurelien Jacobs <aurel@gnuage.org>2007-07-06 15:19:35 +0000
commit5416616588e521311c863a89b69392ba9856b45e (patch)
tree43a4e30e71afa371e0206fa7d1f61810a54b036e /libavcodec/Makefile
parentb54bb84c3667763f438f6b66d22edf248975188d (diff)
downloadffmpeg-streaming-5416616588e521311c863a89b69392ba9856b45e.zip
ffmpeg-streaming-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/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 421eebe..2d793ea 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
OpenPOWER on IntegriCloud