[vlc-commits] contrib: bluray: drop unused configure switches
Konstantin Pavlov
git at videolan.org
Wed May 22 12:25:32 CEST 2019
vlc | branch: master | Konstantin Pavlov <thresh at videolan.org> | Fri Apr 12 22:45:51 2019 +0300| [a2ce74c34a7da04a63552c94f8d30ec28d834a0a] | committer: Konstantin Pavlov
contrib: bluray: drop unused configure switches
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a2ce74c34a7da04a63552c94f8d30ec28d834a0a
---
contrib/src/bluray/rules.mak | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/contrib/src/bluray/rules.mak b/contrib/src/bluray/rules.mak
index f510afe2dd..bae6862bb6 100644
--- a/contrib/src/bluray/rules.mak
+++ b/contrib/src/bluray/rules.mak
@@ -29,9 +29,7 @@ endif
DEPS_bluray = libxml2 $(DEPS_libxml2) freetype2 $(DEPS_freetype2)
BLURAY_CONF = --disable-examples \
- --with-libxml2 \
- --enable-udf \
- --enable-bdjava
+ --with-libxml2
ifneq ($(WITH_FONTCONFIG), 0)
DEPS_bluray += fontconfig $(DEPS_fontconfig)
More information about the vlc-commits
mailing list