diff options
author | Panagiotis Issaris <takis.issaris@uhasselt.be> | 2007-05-21 15:24:31 +0000 |
---|---|---|
committer | Panagiotis Issaris <takis.issaris@uhasselt.be> | 2007-05-21 15:24:31 +0000 |
commit | d72ecaf5af03d69a9335d6951dd6bca641a920e3 (patch) | |
tree | 6d3f9a7810e8f786fefae184fe009aecdcf2fe58 /libavcodec | |
parent | 8fae7b6f6009d4404cabec461d431d0097ec53d9 (diff) | |
download | ffmpeg-d72ecaf5af03d69a9335d6951dd6bca641a920e3.tar.gz |
Fix compilation when the Sonic encoder and decoder were disabled and only the Sonic
LS encoder enabled.
Originally committed as revision 9093 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index a8aa2a8ccc..cd38ca689b 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -155,7 +155,7 @@ OBJS-$(CONFIG_SNOW_ENCODER) += snow.o OBJS-$(CONFIG_SOL_DPCM_DECODER) += dpcm.o OBJS-$(CONFIG_SONIC_DECODER) += sonic.o OBJS-$(CONFIG_SONIC_ENCODER) += sonic.o -OBJS-$(CONFIG_SONIC_LS_DECODER) += sonic.o +OBJS-$(CONFIG_SONIC_LS_ENCODER) += sonic.o OBJS-$(CONFIG_SP5X_DECODER) += sp5xdec.o mjpegdec.o mjpeg.o OBJS-$(CONFIG_SVQ1_DECODER) += svq1.o OBJS-$(CONFIG_SVQ1_ENCODER) += svq1.o |