aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorMike Melanson <mike@multimedia.cx>2006-02-17 03:17:42 +0000
committerMike Melanson <mike@multimedia.cx>2006-02-17 03:17:42 +0000
commit26376701446a51fc505ea998fe477118af3f1c59 (patch)
tree67364d18222cfaa1fe34e83a744691fceb5ccef2 /libavcodec/Makefile
parent220522479ba603cfc1507d92d704089d0faa6296 (diff)
downloadffmpeg-26376701446a51fc505ea998fe477118af3f1c59.tar.gz
complete AVS playback system (from Creature Shock computer game),
courtesy of Aurelien Jacobs <aurel at gnuage dot org> Originally committed as revision 5028 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 2ce233dffc..d67fa1ae86 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -29,6 +29,9 @@ endif
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