diff options
author | Anton Khirnov <anton@khirnov.net> | 2016-03-23 13:34:23 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2016-03-28 09:58:26 +0200 |
commit | add1467e5e447b79e8743a0b05c54dcf58c61dfe (patch) | |
tree | 1c89ba2f739ee83774e567eab1b5bc2ca5fe0e8b /libavcodec/Makefile | |
parent | a4d126dc59c39bb03e5e444432d1b27af26a45b4 (diff) | |
download | ffmpeg-add1467e5e447b79e8743a0b05c54dcf58c61dfe.tar.gz |
svq3: drop the build dependency on the h264 decoder
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index e66ec51f4e..321f8d14e9 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -418,7 +418,7 @@ OBJS-$(CONFIG_SUNRAST_ENCODER) += sunrastenc.o OBJS-$(CONFIG_SVQ1_DECODER) += svq1dec.o svq1.o svq13.o h263data.o OBJS-$(CONFIG_SVQ1_ENCODER) += svq1enc.o svq1.o h263data.o \ h263.o ituh263enc.o -OBJS-$(CONFIG_SVQ3_DECODER) += svq3.o svq13.o mpegutils.o h264_parse.o +OBJS-$(CONFIG_SVQ3_DECODER) += svq3.o svq13.o mpegutils.o h264_parse.o h264data.o OBJS-$(CONFIG_TAK_DECODER) += takdec.o tak.o OBJS-$(CONFIG_TARGA_DECODER) += targa.o OBJS-$(CONFIG_TARGA_ENCODER) += targaenc.o rle.o |