$(PATCH)/libbluray-0003-Added-bd_get_clip_infos.patch && \
$(PATCH)/libbluray-0005-Don-t-abort-demuxing-if-the-disc-looks-encrypted.patch && \
$(PATCH)/libbluray-0006-disable-M2TS_TRACE.patch && \
- $(CONFIGURE) --build=$(BUILD) --host=$(TARGET) --target=$(TARGET) --prefix= --enable-shared --disable-static --without-libxml2 && \
$(CONFIGURE) \
--prefix= \
--build=$(BUILD) \
--target=$(TARGET) \
--enable-shared \
--disable-static \
- --datarootdir=/.remove \
- --without-libxml2 && \
+ --disable-extra-warnings \
+ --disable-doxygen-doc \
+ --disable-doxygen-dot \
+ --disable-doxygen-html \
+ --disable-doxygen-ps \
+ --disable-doxygen-pdf \
+ --disable-examples \
+ --without-libxml2 \
+ --without-freetype && \
$(MAKE) && \
$(MAKE) install DESTDIR=$(TARGETPREFIX)
$(REWRITE_LIBTOOL)/libbluray.la
N_CFLAGS += -I$(NEUTRINO_OBJDIR)/src/gui
N_CPPFLAGS = -I$(TARGETPREFIX)/include
+N_CPPFLAGS += -I$(TARGETPREFIX)/include/freetype2
N_CPPFLAGS += -Werror -Wsign-compare
#N_CPPFLAGS += -D_GLIBCXX_USE_CXX11_ABI=0