package/vlc: add support for ffmpeg 3.0
authorBernd Kuhls <bernd.kuhls@t-online.de>
Mon, 15 Aug 2016 15:03:41 +0000 (17:03 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 26 Aug 2016 15:26:34 +0000 (17:26 +0200)
commitc9c611f9982fc4e690a41145474fc7f13fb17b58
tree595556dacfcb80358e3604ed499e3dd849a26cb9
parent87c436d8c5f4c5b07a000b48614698075e2eb822
package/vlc: add support for ffmpeg 3.0

Instead of bumping vlc to git master (no vlc 3.x release yet) we use a
patch from deb-multimedia.org which provides the necessary changes for
ffmpeg 3.x support to vlc 2.2, compile-tested using this defconfig:

    BR2_TOOLCHAIN_BUILDROOT_WCHAR=y
    BR2_TOOLCHAIN_BUILDROOT_CXX=y
    BR2_PACKAGE_FFMPEG=y
    BR2_PACKAGE_FFMPEG_GPL=y
    BR2_PACKAGE_FFMPEG_POSTPROC=y
    BR2_PACKAGE_FFMPEG_SWSCALE=y
    BR2_PACKAGE_VLC=y

This patch can be removed when vlc is bumped to 3.x.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/vlc/0008-ffmpeg-3.0.patch [new file with mode: 0644]