OSDN Git Service

flashsv encoder also depends on zlib
authorAurelien Jacobs <aurel@gnuage.org>
Sun, 21 Jan 2007 22:45:14 +0000 (22:45 +0000)
committerAurelien Jacobs <aurel@gnuage.org>
Sun, 21 Jan 2007 22:45:14 +0000 (22:45 +0000)
Originally committed as revision 7629 to svn://svn.ffmpeg.org/ffmpeg/trunk

configure

index 76ab91d..9481787 100755 (executable)
--- a/configure
+++ b/configure
@@ -494,6 +494,7 @@ HAVE_LIST='
 '
 
 flashsv_decoder_deps="zlib"
+flashsv_encoder_deps="zlib"
 mpeg_xvmc_decoder_deps="xvmc"
 png_decoder_deps="zlib"
 png_encoder_deps="zlib"