Skip to content
Snippets Groups Projects
Commit 1b301caf authored by Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen
Browse files

medialib: Force usage of backported attachment API

parent d6418bfb
No related branches found
No related tags found
1 merge request!799Update ML to master + some implementation
......@@ -67,6 +67,7 @@ cd "build-$ANDROID_ABI";
if [ ! -e ./config.status -o "$RELEASE" = "1" ]; then
../configure \
--host=$TARGET_TUPLE \
--enable-force-attachments-api \
--disable-shared \
CFLAGS="${VLC_CFLAGS}" \
CXXFLAGS="${VLC_CFLAGS} ${VLC_CXXFLAGS}" \
......
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