From 565d5efefb6019468239e195b7b354988f5921dc Mon Sep 17 00:00:00 2001 From: Thomas Guillem Date: Fri, 3 Nov 2017 11:13:58 +0100 Subject: [PATCH] MVK: enable libplacebo --- buildMobileVLCKit.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/buildMobileVLCKit.sh b/buildMobileVLCKit.sh index 2e25c33c..a75dbad3 100755 --- a/buildMobileVLCKit.sh +++ b/buildMobileVLCKit.sh @@ -22,7 +22,7 @@ OSVERSIONMINLDFLAG=ios_version_min ROOT_DIR=empty FARCH="all" -TESTEDHASH=5430ac1 +TESTEDHASH=0885ed8 if [ -z "$MAKE_JOBS" ]; then CORE_COUNT=`sysctl -n machdep.cpu.core_count` @@ -444,6 +444,7 @@ buildLibVLC() { --disable-aribb25 \ --enable-vpx \ --enable-libdsm \ + --enable-libplacebo \ ${TVOSOPTIONS} \ --enable-taglib > ${out} -- GitLab