mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 16:26:39 +00:00
New ffmpeg version fixes mpeg decoding segfaults (mpeg1)
Original commit message from CVS: New ffmpeg version fixes mpeg decoding segfaults (mpeg1)
This commit is contained in:
parent
37877a92f8
commit
8a98f83970
2 changed files with 2 additions and 2 deletions
|
@ -663,7 +663,7 @@ GST_CHECK_FEATURE(FFMPEG, [ffmpeg plug-ins], ffmpeg, [
|
||||||
# prerelease and release should get it disted
|
# prerelease and release should get it disted
|
||||||
if test "x$GST_PLUGINS_VERSION_NANO" = x1; then
|
if test "x$GST_PLUGINS_VERSION_NANO" = x1; then
|
||||||
AC_MSG_NOTICE(slurping FFmpeg CVS source)
|
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)
|
HAVE_FFMPEG=yes, HAVE_FFMPEG=no)
|
||||||
else
|
else
|
||||||
AC_MSG_NOTICE(FFmpeg CVS code should be included already)
|
AC_MSG_NOTICE(FFmpeg CVS code should be included already)
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
D2003.05.27.22.00.00
|
D2003.06.09.22.00.00
|
||||||
|
|
Loading…
Reference in a new issue