diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2003-05-29 19:33:58 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2003-05-29 19:33:58 +0000 |
commit | c2c374b35bf80a71a7d3e852598a80b3c3286caf (patch) | |
tree | b113a1969ad67a41844d6f10fe61e3b14c932353 /configure.ac | |
parent | f6f7d4428ae0c9207985d90150b3991a58701475 (diff) | |
download | gst-plugins-bad-c2c374b35bf80a71a7d3e852598a80b3c3286caf.tar.gz gst-plugins-bad-c2c374b35bf80a71a7d3e852598a80b3c3286caf.tar.bz2 gst-plugins-bad-c2c374b35bf80a71a7d3e852598a80b3c3286caf.zip |
Use new ffmpeg revision
Original commit message from CVS:
Use new ffmpeg revision
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 d1681d1d..c129c823 100644 --- a/configure.ac +++ b/configure.ac @@ -625,7 +625,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, 2002-12-14 12:00 GMT, + AS_SLURP_FFMPEG(gst-libs/ext/ffmpeg, 2003-05-28 22:00 GMT, HAVE_FFMPEG=yes, HAVE_FFMPEG=no) else AC_MSG_NOTICE(FFmpeg CVS code should be included already) |