Explorar el Código

libvlc: disable dav1d until linking is fixed (refs #287)

Felix Paul Kühne hace 6 años
padre
commit
4147c0d293
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      compileAndBuildVLCKit.sh

+ 1 - 0
compileAndBuildVLCKit.sh

@@ -381,6 +381,7 @@ buildLibVLC() {
         --disable-asdcplib \
         --enable-soxr \
         --disable-aom \
+        --disable-dav1d \
         --disable-sqlite \
         --disable-medialibrary \
         --disable-libdsm \