diff options
author | Benjamin Larsson <banan@ludd.ltu.se> | 2006-06-01 07:31:59 +0000 |
---|---|---|
committer | Benjamin Larsson <banan@ludd.ltu.se> | 2006-06-01 07:31:59 +0000 |
commit | 0919e788ae2c0e3be075f2e09174f50294dcf8e9 (patch) | |
tree | 4b1f2d7bb771ed55130e4f23f38fd8cddcf54731 /libavcodec/Makefile | |
parent | 2d2b86c207ff434dfa91940818faf9af4a4ec1be (diff) | |
download | ffmpeg-0919e788ae2c0e3be075f2e09174f50294dcf8e9.tar.gz |
Flash Screen Video decoder (fourcc:FSV1)
Originally committed as revision 5436 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index afc63b752b..554d0e6b6c 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -233,6 +233,9 @@ endif ifeq ($(CONFIG_ZMBV_DECODER),yes) OBJS+= zmbv.o endif +ifeq ($(CONFIG_FLASHSV_DECODER),yes) + OBJS+= flashsv.o +endif ifeq ($(AMR),yes) |