]> git.sesse.net Git - mlt/blobdiff - src/modules/avformat/configure
bump to version 0.3.6
[mlt] / src / modules / avformat / configure
index 4a0cd9c671b67333c0cf18a36b3178deb189be85..35237cf015b16c6beaf211bf7d2338718c9ef77b 100755 (executable)
@@ -3,7 +3,7 @@
 # Determine whether to recommend/use the HEAD revision of FFmpeg (unreleased)
 # or a specific revision based upon whether the last digit of our version
 # is even or odd. An odd MLT version number always represents unreleased.
-svn_rev="16313"
+svn_rev="16849"
 micro_version=$(echo $version | cut -d . -f 3)
 odd_version=$(($micro_version % 2))
 [ "$odd_version" -eq "1" ] && svn_rev="HEAD"
@@ -112,7 +112,7 @@ else
                        echo "LDFLAGS+=-single_module" >> config.mak
                echo "LOCAL_FFMPEG=1" >> config.mak
                echo "LDFLAGS+=-Wl,-Bsymbolic" >> config.mak
-               extra_libs="$extra_libs -lz"
+               extra_libs="$extra_libs -lz -lbz2"
        elif [ "$static_ffmpeg" != "" ]
        then 
                if [ -d "$static_ffmpeg" ]