Commit 8b1dea51 authored by takis's avatar takis

Fix compilation when the Sonic encoder and decoder were disabled and only the Sonic

LS encoder enabled.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9093 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 904351a5
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment