Sfoglia il codice sorgente

MVK: disable symbol added in Darwin 17

Felix Paul Kühne 7 anni fa
parent
commit
6a65652fd4
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      buildMobileVLCKit.sh

+ 1 - 0
buildMobileVLCKit.sh

@@ -402,6 +402,7 @@ buildLibVLC() {
     export ac_cv_func_getentropy=no
     export ac_cv_func_mkostemp=no
     export ac_cv_func_mkostemps=no
+    export ac_cv_func_open_memstream=no
 
     export USE_FFMPEG=1
     ../bootstrap ${BUILD} --host=${TARGET} --prefix=${VLCROOT}/contrib/${OSSTYLE}-${TARGET}-${ARCH} --disable-gpl \