diff Makefile @ 3209:cc86ebc32143 libavcodec

Smacker demuxer and decoder.
author kostya
date Tue, 21 Mar 2006 17:27:47 +0000
parents 084635b31002
children 8f048c3295ff
line wrap: on
line diff
--- a/Makefile	Mon Mar 20 22:48:08 2006 +0000
+++ b/Makefile	Tue Mar 21 17:27:47 2006 +0000
@@ -146,6 +146,9 @@
 ifeq ($(CONFIG_SHORTEN_DECODER),yes)
     OBJS+= shorten.o
 endif
+ifneq ($(CONFIG_SMACKER_DECODER)$(CONFIG_SMACKAUD_DECODER),)
+    OBJS+= smacker.o
+endif
 ifeq ($(CONFIG_SMC_DECODER),yes)
     OBJS+= smc.o
 endif