[Android] build: fix comment

Thomas Guillem git at videolan.org
Mon May 11 19:09:56 CEST 2015


vlc-ports/android | branch: master | Thomas Guillem <thomas at gllm.fr> | Mon May 11 17:17:03 2015 +0200| [4a299b54760cf2c3ff41f25c476d8776c778e52b] | committer: Thomas Guillem

build: fix comment

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

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

diff --git a/compile-libvlc.sh b/compile-libvlc.sh
index fad8dfc..5fcc6fc 100755
--- a/compile-libvlc.sh
+++ b/compile-libvlc.sh
@@ -616,7 +616,7 @@ if [ "${CHROME_OS}" != "1" ];then
         LIBANW_LIBS="libanw.10 libanw.13 libanw.14 libanw.18"
     fi
     # (after android Jelly Bean, we prefer to use MediaCodec instead of iomx)
-    #LIBIOMX_LIBS="${LIBIOMX_LIBS }libiomx.19 libiomx.18"
+    # LIBIOMX_LIBS="${LIBIOMX_LIBS} libiomx.19 libiomx.18"
 
     LIBANW_LIBS="$LIBANW_LIBS libanw.21"
 fi



More information about the Android mailing list