[Android] don't use small contribs anymore
    Sébastien Toque 
    git at videolan.org
       
    Mon Oct 21 21:10:08 CEST 2013
    
    
  
vlc-ports/android | branch: master | Sébastien Toque <xilasz at gmail.com> | Mon Oct 21 21:07:08 2013 +0200| [8f416d9b79421d1f348bfe55a82b4c91449fc6e9] | committer: Sébastien Toque
don't use small contribs anymore
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=8f416d9b79421d1f348bfe55a82b4c91449fc6e9
---
 compile.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compile.sh b/compile.sh
index d3cd9f8..7f017db 100755
--- a/compile.sh
+++ b/compile.sh
@@ -168,7 +168,7 @@ cd ../..
 echo "Building the contribs"
 mkdir -p contrib/android
 cd contrib/android
-../bootstrap --host=${TARGET_TUPLE} --disable-disc --disable-sout --enable-small \
+../bootstrap --host=${TARGET_TUPLE} --disable-disc --disable-sout \
     --disable-dca \
     --disable-goom \
     --disable-chromaprint \
    
    
More information about the Android
mailing list