diff Makefile @ 3129:0ebbd476ba32 libavcodec

complete AVS playback system (from Creature Shock computer game), courtesy of Aurelien Jacobs <aurel at gnuage dot org>
author melanson
date Fri, 17 Feb 2006 03:17:42 +0000
parents 00b0af60fe53
children c20c181e0eca
line wrap: on
line diff
--- a/Makefile	Thu Feb 16 01:16:12 2006 +0000
+++ b/Makefile	Fri Feb 17 03:17:42 2006 +0000
@@ -29,6 +29,9 @@
 ifneq ($(CONFIG_ASV1_DECODER)$(CONFIG_ASV1_ENCODER)$(CONFIG_ASV2_DECODER)$(CONFIG_ASV2_ENCODER),)
     OBJS+= asv1.o
 endif
+ifeq ($(CONFIG_AVS_DECODER),yes)
+    OBJS+= avs.o
+endif
 ifeq ($(CONFIG_CINEPAK_DECODER),yes)
     OBJS+= cinepak.o
 endif