Skip to content

Commit

Permalink
Disable gpl/ac3/dts
Browse files Browse the repository at this point in the history
  • Loading branch information
Henrik Chai committed May 30, 2016
1 parent 9611423 commit 39bfc57
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
6 changes: 5 additions & 1 deletion compile-libvlc.sh
Expand Up @@ -96,6 +96,8 @@ VLC_BOOTSTRAP_ARGS="\
--enable-libarchive \
--disable-libmpeg2 \
--enable-soxr \
--disable-a52 \
--disable-gpl \
"

###########################
Expand Down Expand Up @@ -132,7 +134,7 @@ VLC_CONFIGURE_ARGS="\
--disable-sid \
--disable-gme \
--disable-tremor \
--enable-mad \
--disable-mad \
--disable-dca \
--disable-sdl-image \
--enable-zvbi \
Expand Down Expand Up @@ -163,6 +165,8 @@ VLC_CONFIGURE_ARGS="\
--disable-faad \
--disable-x264 \
--disable-schroedinger \
--disable-a52 \
--disable-gpl \
"

########################
Expand Down
5 changes: 2 additions & 3 deletions libvlc/jni/Android.mk
Expand Up @@ -70,8 +70,8 @@ LOCAL_LDLIBS := -L$(VLC_CONTRIB)/lib \
-ldl -lz -lm -llog \
-ldvbpsi -lmatroska -lebml -ltag \
-logg -lFLAC -ltheora -lvorbis \
-la52 -lsoxr \
-lavformat -lavcodec -lswscale -lavutil -lpostproc -lgsm -lopenjpeg \
-lsoxr \
-lavformat -lavcodec -lswscale -lavutil -lgsm -lopenjpeg \
-lliveMedia -lUsageEnvironment -lBasicUsageEnvironment -lgroupsock \
-lspeex -lspeexdsp \
-lxml2 -lpng -lgnutls -lgcrypt -lgpg-error \
Expand All @@ -80,7 +80,6 @@ LOCAL_LDLIBS := -L$(VLC_CONTRIB)/lib \
-lEGL -lGLESv2 -ljpeg \
-ldvdnav -ldvdread -ldvdcss \
-ldsm -ltasn1 \
-lmad \
-lzvbi \
-lssh2 \
-lmodplug \
Expand Down

0 comments on commit 39bfc57

Please sign in to comment.