Kaynağa Gözat

don't add -g flags to the CFLAGS manually as libvlc's build system will do that for us now

This solves the linking issue with dav1d, which is therefore re-enabled (fixes #287)
Felix Paul Kühne 6 yıl önce
ebeveyn
işleme
f1e09e49bf
1 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  1. 3 3
      compileAndBuildVLCKit.sh

+ 3 - 3
compileAndBuildVLCKit.sh

@@ -171,9 +171,9 @@ buildLibVLC() {
     OSSTYLE=iPhone
 
     if [ "$DEBUG" = "yes" ]; then
-        OPTIM="-O0 -g"
+        OPTIM="-O0"
     else
-        OPTIM="-O3 -g"
+        OPTIM="-O3"
     fi
 
     if [ "$TVOS" = "yes" ]; then
@@ -381,7 +381,7 @@ buildLibVLC() {
         --disable-asdcplib \
         --enable-soxr \
         --disable-aom \
-        --disable-dav1d \
+        --enable-dav1d \
         --disable-sqlite \
         --disable-medialibrary \
         --disable-libdsm \