]> git.sesse.net Git - vlc/blobdiff - ipkg/rules.gpe
a "clear" button now allows to clear the messages' text window
[vlc] / ipkg / rules.gpe
index c1f5cd4e88d930808d5c16d88b8340596c9eaab1..a7b7ec340774568422f8c99ae6a5e1b90831fd68 100755 (executable)
@@ -30,6 +30,10 @@ export CONFIG_FLAGS="--enable-release --prefix=/usr \
        --disable-dvdread \
        --disable-vcd \
        --disable-maxosx \
+       --disable-xosd \
+       --disable-freetype \
+       --enable-flac \
+       --enable-libmpeg2 \
        --enable-mad \
        --enable-ffmpeg \
        --enable-familiar \
@@ -42,13 +46,13 @@ export CONFIG_FLAGS="--enable-release --prefix=/usr \
        --with-gpe-prefix=/usr/local/arm/2.95.3/arm-linux/usr \
        --with-sdl-config-path=/usr/local/arm/2.95.3/arm-linux/usr/bin \
        --with-sdl-prefix=/usr/local/arm/2.95.3/arm-linux/usr \
-       --with-ffmpeg-tree=/home/jpsaman/svn/ipaq/Work/ffmpeg"
+       --with-ffmpeg-tree=/home/jpsaman/svn/tmp/ffmpeg-20030517"
 
 export VIDDIR="usr/share/vlc"
 export PIXDIR="usr/share/pixmaps"
 #export DESTDIR=/tmp/vlc
 export DESTDIR=/usr/local/arm/2.95.3/arm-linux
-export PKGDIR=/home/jpsaman/iPaq/packages/gpe-vlc-0.5.3
+export PKGDIR=/home/jpsaman/iPaq/packages/gpe-vlc-0.6.0
 
 config:
        ./configure --mandir=$${prefix}/share/man \
@@ -56,7 +60,8 @@ config:
                --host=arm-linux \
                --target=arm-linux \
                $(shell echo $(CONFIG_FLAGS)) \
-               LDFLAGS="-L/usr/local/arm/2.95.3/arm-linux/lib"
+               LDFLAGS="-L/usr/local/arm/2.95.3/arm-linux/lib -L/usr/local/arm/2.95.3/arm-linux/usr/lib" \
+CPPFLAGS="-I/usr/local/arm/2.95.3/arm-linux/usr/include"
 
 build:
 # This is ugly -- I know