[vlc-commits] commit: Symbian: simple configure (Jean-Baptiste Kempf )

git at videolan.org git at videolan.org
Thu Dec 30 21:22:30 CET 2010


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Nov 19 02:28:28 2010 +0100| [544a92a06c96a960a119db1440778b76b60e21e3] | committer: Jean-Baptiste Kempf 

Symbian: simple configure

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=544a92a06c96a960a119db1440778b76b60e21e3
---

 extras/package/symbian/configure.sh |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/extras/package/symbian/configure.sh b/extras/package/symbian/configure.sh
new file mode 100644
index 0000000..2ee41e7
--- /dev/null
+++ b/extras/package/symbian/configure.sh
@@ -0,0 +1,18 @@
+#!/bin/sh
+
+SYMBIAN_ROOT=/mnt/vlc/symbian
+SYMBIAN_SDK=$SYMBIAN_ROOT/sdks
+EPOCROOT=$SYMBIAN_SDK
+PATH=$SYMBIAN_ROOT/gnupoc:$SYMBIAN_ROOT/cls-gcc/bin:$SYMBIAN_ROOT/qt_4.7.1/bin:$PATH
+SYMBIAN_INCLUDE=$SYMBIAN_SDK/epoc32/include
+
+echo "export EPOCROOT=$EPOCROOT;export PATH=$PATH;"
+
+CC=arm-none-symbianelf-gcc CXX=arm-none-symbianelf-g++ \
+PKG_CONFIG_PATH="" PKG_CONFIG_LIBDIR="" \
+LDFLAGS="-L$SYMBIAN_ROOT/cls-gcc/arm-none-symbianelf/lib -L$EPOCROOT/epoc32/release/armv5/lib -nostdlib -shared -Wl,--no-undefined $EPOCROOT/epoc32/release/armv5/lib/libc.dso " \
+CPPFLAGS="-D_UNICODE -D__GCCE__ -D__SYMBIAN32__ -D__S60_3X__ -D__FreeBSD_cc_version -include $SYMBIAN_INCLUDE/gcce/gcce.h  -I$SYMBIAN_INCLUDE/stdapis -I$SYMBIAN_INCLUDE/stdapis/sys -I$SYMBIAN_INCLUDE/variant -I$SYMBIAN_INCLUDE " \
+../configure --host=arm-none-symbianelf --build=i386-linux \
+  --disable-vlc --enable-static --disable-shared --enable-static-modules \
+  --disable-mad --disable-avcodec --disable-a52 --disable-libgcrypt --disable-remoteosd \
+  --disable-lua --disable-swscale --disable-postproc --disable-qt4 --disable-skins2



More information about the vlc-commits mailing list