Просмотр исходного кода

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

Felix Paul Kühne 6 лет назад
Родитель
Сommit
4147c0d293
1 измененных файлов с 1 добавлено и 0 удалено
  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 \