Skip to content
Snippets Groups Projects
Commit 43e24a21 authored by Victorien Le Couviour--Tuffet's avatar Victorien Le Couviour--Tuffet Committed by Thomas Guillem
Browse files

build: remove unused variable in compile-libvlc.sh

parent 0c43b5ee
No related branches found
No related tags found
No related merge requests found
......@@ -690,7 +690,6 @@ rm ${REDEFINED_VLC_MODULES_DIR}/syms
# NDK-Build for libvlc.so and libvlcjni.so #
############################################
LIBVLC_LIBS="libvlcjni"
VLC_MODULES=$(find_modules ${REDEFINED_VLC_MODULES_DIR})
ANDROID_SYS_HEADERS="$SRC_DIR/android-headers"
VLC_CONTRIB_LDFLAGS=`for i in $(/bin/ls $VLC_CONTRIB/lib/pkgconfig/*.pc); do PKG_CONFIG_PATH="$VLC_CONTRIB/lib/pkgconfig/" pkg-config --libs $i; done |xargs`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment