diff Makefile @ 3329:726ab1038351 libavcodec

Flash Screen Video decoder (fourcc:FSV1)
author banan
date Thu, 01 Jun 2006 07:31:59 +0000
parents 57078a058b96
children 290415a3a44c
line wrap: on
line diff
--- a/Makefile	Wed May 31 04:52:02 2006 +0000
+++ b/Makefile	Thu Jun 01 07:31:59 2006 +0000
@@ -233,6 +233,9 @@
 ifeq ($(CONFIG_ZMBV_DECODER),yes)
 	OBJS+= zmbv.o
 endif
+ifeq ($(CONFIG_FLASHSV_DECODER),yes)
+	OBJS+= flashsv.o
+endif
 
 
 ifeq ($(AMR),yes)