Mercurial > libavcodec.hg
changeset 5060:64bb08f2a943 libavcodec
Fix compilation when the Sonic encoder and decoder were disabled and only the Sonic
LS encoder enabled.
author | takis |
---|---|
date | Mon, 21 May 2007 15:24:31 +0000 |
parents | 78001cc8bbc4 |
children | 0c0ef3ce30d9 |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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