소스 검색

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

Felix Paul Kühne 6 년 전
부모
커밋
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 \