[Buildroot] [PATCH 09/18] package/vlc: mark as broken due to incompatibility with ffmpeg 3.0

Bernd Kuhls bernd.kuhls at t-online.de
Sat Mar 26 22:21:14 UTC 2016


Upcoming vlc 3.0 will have support for ffmpeg 3.0 again, backporting
the changes to 2.2.x is not easily possible:
https://trac.macports.org/ticket/50697#comment:3

Signed-off-by: Bernd Kuhls <bernd.kuhls at t-online.de>
---
 package/vlc/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/vlc/Config.in b/package/vlc/Config.in
index 166e7d2..d25305b 100644
--- a/package/vlc/Config.in
+++ b/package/vlc/Config.in
@@ -11,6 +11,7 @@ config BR2_PACKAGE_VLC
 	depends on BR2_USE_WCHAR
 	depends on BR2_TOOLCHAIN_HAS_THREADS
 	depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7
+	depends on BROKEN # ffmpeg 3.0
 	select BR2_PACKAGE_LIBVORBIS if BR2_PACKAGE_OPUS
 	select BR2_PACKAGE_VLC_OPENCV_BACKEND if BR2_PACKAGE_OPENCV
 	select BR2_PACKAGE_VLC_OPENCV3_BACKEND if BR2_PACKAGE_OPENCV3
-- 
2.8.0.rc3




More information about the buildroot mailing list