Browse Source

buildsystem: Remove invalid sqlite parameter

This was meant for the medialibrary but was incorrectly passed to
sqlite.
pipelines/135724
Hugo Beauzée-Luyssen 6 years ago
committed by Nicolas Pomepuy
parent
commit
bb56a50e33
  1. 1
      buildsystem/compile-medialibrary.sh

1
buildsystem/compile-medialibrary.sh

@ -71,7 +71,6 @@ if [ ! -e ./config.status -o "$RELEASE" = "1" ]; then
--host=$TARGET_TUPLE \
--prefix=${SRC_DIR}/medialibrary/prefix/${TARGET_TUPLE} \
--disable-shell \
--enable-force-attachments-api \
--disable-shared \
CFLAGS="${VLC_CFLAGS}" \
CXXFLAGS="${VLC_CFLAGS} ${VLC_CXXFLAGS}" \

Loading…
Cancel
Save