diff Makefile @ 3030:6bc2dc147ac5 libavcodec

CamStudio decoder, only 32 bit lzo mode is tested
author reimar
date Mon, 09 Jan 2006 15:41:39 +0000
parents e3c391312d7c
children 63d7bab7b9ea
line wrap: on
line diff
--- a/Makefile	Mon Jan 09 03:38:37 2006 +0000
+++ b/Makefile	Mon Jan 09 15:41:39 2006 +0000
@@ -167,6 +167,9 @@
 ifeq ($(CONFIG_TSCC_DECODER),yes)
     OBJS+= tscc.o
 endif
+ifeq ($(CONFIG_CSCD_DECODER),yes)
+    OBJS+= cscd.o
+endif
 ifeq ($(CONFIG_ULTI_DECODER),yes)
     OBJS+= ulti.o
 endif