# HG changeset patch # User takis # Date 1179761071 0 # Node ID 64bb08f2a943436fa42b38887fd74fcdae20d2ce # Parent 78001cc8bbc44a153e355c6f7f2551b65da315ac Fix compilation when the Sonic encoder and decoder were disabled and only the Sonic LS encoder enabled. diff -r 78001cc8bbc4 -r 64bb08f2a943 Makefile --- a/Makefile Mon May 21 12:55:02 2007 +0000 +++ b/Makefile Mon May 21 15:24:31 2007 +0000 @@ -155,7 +155,7 @@ 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