Browse Source

MVK: enable libplacebo

Thomas Guillem 7 years ago
parent
commit
565d5efefb
1 changed files with 2 additions and 1 deletions
  1. 2 1
      buildMobileVLCKit.sh

+ 2 - 1
buildMobileVLCKit.sh

@@ -22,7 +22,7 @@ OSVERSIONMINLDFLAG=ios_version_min
 ROOT_DIR=empty
 ROOT_DIR=empty
 FARCH="all"
 FARCH="all"
 
 
-TESTEDHASH=5430ac1
+TESTEDHASH=0885ed8
 
 
 if [ -z "$MAKE_JOBS" ]; then
 if [ -z "$MAKE_JOBS" ]; then
     CORE_COUNT=`sysctl -n machdep.cpu.core_count`
     CORE_COUNT=`sysctl -n machdep.cpu.core_count`
@@ -444,6 +444,7 @@ buildLibVLC() {
         --disable-aribb25 \
         --disable-aribb25 \
         --enable-vpx \
         --enable-vpx \
         --enable-libdsm \
         --enable-libdsm \
+        --enable-libplacebo \
         ${TVOSOPTIONS} \
         ${TVOSOPTIONS} \
         --enable-taglib > ${out}
         --enable-taglib > ${out}