From c0e4a8c586957fa6f881e207a0640b8c5273cb78 Mon Sep 17 00:00:00 2001 From: Thomas Guillem Date: Tue, 5 Nov 2019 11:47:04 +0100 Subject: [PATCH] build: add bluray support --- compile-libvlc.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/compile-libvlc.sh b/compile-libvlc.sh index 9d0695bef..5ccdd3988 100755 --- a/compile-libvlc.sh +++ b/compile-libvlc.sh @@ -288,7 +288,6 @@ avlc_make_toolchain ########################### VLC_BOOTSTRAP_ARGS="\ - --disable-disc \ --enable-dvdread \ --enable-dvdnav \ --disable-dca \ @@ -361,7 +360,7 @@ VLC_CONFIGURE_ARGS="\ --disable-v4l2 \ --enable-dvdread \ --enable-dvdnav \ - --disable-bluray \ + --enable-bluray \ --disable-linsys \ --disable-decklink \ --disable-libva \