diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2003-06-17 11:43:24 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2003-06-17 11:43:24 +0000 |
commit | 8a98f83970ee9889c377d09a234513560caa9b50 (patch) | |
tree | f79a4c1f23ff7a31e2ee7738b00fe65642fb62d4 /configure.ac | |
parent | 37877a92f8fb91644a31706632d2e4434b21bf80 (diff) | |
download | gst-plugins-bad-8a98f83970ee9889c377d09a234513560caa9b50.tar.gz gst-plugins-bad-8a98f83970ee9889c377d09a234513560caa9b50.tar.bz2 gst-plugins-bad-8a98f83970ee9889c377d09a234513560caa9b50.zip |
New ffmpeg version fixes mpeg decoding segfaults (mpeg1)
Original commit message from CVS:
New ffmpeg version fixes mpeg decoding segfaults (mpeg1)
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b237d219..d766afd3 100644 --- a/configure.ac +++ b/configure.ac @@ -663,7 +663,7 @@ GST_CHECK_FEATURE(FFMPEG, [ffmpeg plug-ins], ffmpeg, [ # prerelease and release should get it disted if test "x$GST_PLUGINS_VERSION_NANO" = x1; then AC_MSG_NOTICE(slurping FFmpeg CVS source) - AS_SLURP_FFMPEG(gst-libs/ext/ffmpeg, 2003-05-28 22:00 GMT, + AS_SLURP_FFMPEG(gst-libs/ext/ffmpeg, 2003-06-09 22:00 GMT, HAVE_FFMPEG=yes, HAVE_FFMPEG=no) else AC_MSG_NOTICE(FFmpeg CVS code should be included already) |