diff options
author | Benjamin Larsson | 2007-01-21 20:56:20 +0000 |
---|---|---|
committer | Benjamin Larsson | 2007-01-21 20:56:20 +0000 |
commit | 053185c2fad5806bac4a0023e4ef61c7e156c7ee (patch) | |
tree | a2f8ed5631c41dbfd374a57e8756ebb492bcd636 /libavcodec/Makefile | |
parent | 434f2c18e8d1ac73889f97d647752d511dd542d7 (diff) |
Flash screen video encoder.
Originally committed as revision 7615 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index c3c7ea98e9..fb01a81375 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -245,6 +245,7 @@ OBJS-$(CONFIG_ADPCM_YAMAHA_ENCODER) += adpcm.o # external dependencies ifeq ($(CONFIG_ZLIB),yes) OBJS-$(CONFIG_FLASHSV_DECODER) += flashsv.o +OBJS-$(CONFIG_FLASHSV_ENCODER) += flashsvenc.o endif # external codec libraries |