[Android] Always reconfigure when in release mode

Jean-Baptiste Kempf git at videolan.org
Sat Mar 7 12:08:18 CET 2015


vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Mar  7 12:06:28 2015 +0100| [716e29da6983951deb9ba39731dc15d07867502b] | committer: Jean-Baptiste Kempf

Always reconfigure when in release mode

> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=716e29da6983951deb9ba39731dc15d07867502b
---

 compile-libvlc.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compile-libvlc.sh b/compile-libvlc.sh
index 4ba0ea2..1be9e54 100755
--- a/compile-libvlc.sh
+++ b/compile-libvlc.sh
@@ -485,7 +485,7 @@ mkdir -p $VLC_BUILD_DIR && cd $VLC_BUILD_DIR
 # CONFIGURE #
 #############
 
-if [ ! -e ./config.h ]; then
+if [ ! -e ./config.h -o "$RELEASE" = 1 ]; then
 if [ "${CHROME_OS}" = "1" ];then
     # chrome OS doesn't have eventfd
     export ac_cv_func_eventfd=no



More information about the Android mailing list