buildroot/package/ffmpeg
Bernd Kuhls bfb8df2ad9 package/ffmpeg: Fix i586 compilation with gcc5
In file included from libavcodec/cabac_functions.h:46:0,
                 from libavcodec/h264_cabac.c:37:
libavcodec/h264_cabac.c: In function 'ff_h264_decode_mb_cabac':
libavcodec/x86/cabac.h:192:5: error: 'asm' operand has impossible constraints
     __asm__ volatile(

To reproduce the bug use this defconfig:

BR2_GCC_VERSION_5_1_X=y
BR2_PACKAGE_FFMPEG=y
BR2_PACKAGE_FFMPEG_GPL=y
BR2_PACKAGE_FFMPEG_NONFREE=y
BR2_PACKAGE_FFMPEG_FFPLAY=y
BR2_PACKAGE_FFMPEG_FFSERVER=y
BR2_PACKAGE_FFMPEG_FFPROBE=y
BR2_PACKAGE_FFMPEG_AVRESAMPLE=y
BR2_PACKAGE_FFMPEG_POSTPROC=y

[Thomas: add a comment in the code.]

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-07-05 14:43:16 +02:00
..
0001-Support-raw-dvdsub-palette-as-stored-on-normal-dvd-s.patch package/ffmpeg: Add Kodi patchset 2014-12-27 19:58:29 +01:00
0003-if-av_read_packet-returns-AVERROR_IO-we-are-done.-ff.patch package/ffmpeg: Add Kodi patchset 2014-12-27 19:58:29 +01:00
0004-added-Ticket-7187-TV-Teletext-support-for-DVB-EBU-Te.patch package/ffmpeg: Add Kodi patchset 2014-12-27 19:58:29 +01:00
0005-Don-t-accept-mpegts-PMT-that-isn-t-current.patch package/ffmpeg: Add Kodi patchset 2014-12-27 19:58:29 +01:00
0006-Don-t-reparse-PMT-unless-it-s-version-has-changed.patch package/ffmpeg: Add Kodi patchset 2014-12-27 19:58:29 +01:00
0007-Read-PID-timestamps-as-well-as-PCR-timestamps-to-fin.patch package/ffmpeg: Add Kodi patchset 2014-12-27 19:58:29 +01:00
0008-Get-stream-durations-using-read_timestamp.patch package/ffmpeg: Add Kodi patchset 2014-12-27 19:58:29 +01:00
0009-changed-allow-4-second-skew-between-streams-in-mov-b.patch package/ffmpeg: Add Kodi patchset 2014-12-27 19:58:29 +01:00
0010-fixed-memleak-in-mpegts-demuxer-on-some-malformed-mp.patch package/ffmpeg: Add Kodi patchset 2014-12-27 19:58:29 +01:00
0011-Speed-up-mpegts-av_find_stream_info.patch package/ffmpeg: Add Kodi patchset 2014-12-27 19:58:29 +01:00
0012-dxva-h264-Fix-dxva-playback-of-streams-that-don-t-st.patch package/ffmpeg: Add Kodi patchset 2014-12-27 19:58:29 +01:00
0013-add-public-version-of-ff_read_frame_flush.patch package/ffmpeg: Fix Kodi 14.2 compile 2015-04-08 22:31:10 +02:00
0014-fix-ff-thread-get-format.patch package/ffmpeg: Fix Kodi 14.2 compile 2015-04-08 22:31:10 +02:00
0015-hevc-avoid-unnecessary-calls.patch package/ffmpeg: Re-number patch 0014 to 0015 2015-04-08 22:47:09 +02:00
0016-ranlib.patch package/ffmpeg: Fix ranlib check when cross-compiling 2015-04-18 15:41:15 +02:00
Config.in ffmpeg: fix dependencies 2015-06-12 21:20:47 +02:00
ffmpeg.hash package/ffmpeg: bump version to 2.6.2 2015-04-12 19:05:23 +02:00
ffmpeg.mk package/ffmpeg: Fix i586 compilation with gcc5 2015-07-05 14:43:16 +02:00