]> git.sesse.net Git - vlc/commitdiff
Fixed some paths.
authorJean-Paul Saman <jpsaman@videolan.org>
Sun, 12 Jan 2003 19:08:40 +0000 (19:08 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Sun, 12 Jan 2003 19:08:40 +0000 (19:08 +0000)
ipkg/rules.gpe
ipkg/vlc.gpe
ipkg/vlc.opie

index 59e77a66db6eda920ef6d8de06c422216ec46066..554807095df04772fbb38a15f6d7206551fd9994 100755 (executable)
@@ -8,6 +8,7 @@
 export CC=arm-linux-gcc
 export LD=arm-linux-ld
 export AR=arm-linux-ar
+export AS=arm-linux-gcc
 export RANLIB=arm-linux-ranlib
 export STRIP=arm-linux-strip
 export CONFIG_FLAGS="--enable-release --prefix=/usr \
@@ -21,7 +22,8 @@ export CONFIG_FLAGS="--enable-release --prefix=/usr \
        --enable-sdl \
        --enable-oss \
        --disable-alsa \
-       --disable-xvideo \
+       --enable-x11 \
+       --enable-xvideo \
        --disable-dvd \
        --disable-dvdread \
        --disable-vcd \
@@ -80,8 +82,8 @@ install: build
        cp ipkg/vlc.gpe ${PKGDIR}/usr/lib/menu/vlc
 
 install-plugins: install
-       find ./ -name *.so | xargs cp ${PKGDIR}/usr/lib/vlc
-       $(STRIP) ${PKGDIR}/usr/lib/vlc
+       find ./ -name *.so | xargs cp $1 ${PKGDIR}/usr/lib/vlc/ 
+       $(STRIP) ${PKGDIR}/usr/lib/vlc/*.so
 
 .PHONY: build clean install
 
index 34e17426355ab21149c9459c3928c935e2bb9e85..10ce6aa764abc998236d22dec52890b6e736f4c5 100755 (executable)
@@ -3,7 +3,7 @@
  section="Graphics" \
  logtitle="VideoLAN Client" \
  title="VideoLAN Client" \
- command="vlc -V sdl"\
+ command="vlc"\
  icon48=/usr/share/vlc/vlc48x48.png \
  windowtitle="VideoLAN Client"
 
index 95ebedebc4d5fdd45bc1ea3270e30a862722bd0b..46a03b848fb85609ea778811b3228ac5240e21cc 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 export QTDIR=/opt/QtPalmtop
-export LD_LIBRARY_PATH=.:/usr/X11R6/lib:/opt/QtPalmtop/lib:/usr/lib/videolan/vlc
+export LD_LIBRARY_PATH=.:/usr/X11R6/lib:/opt/QtPalmtop/lib:/usr/lib/vlc
 if [ "$*" = "" ] ; then
    /usr/bin/vlc udp://@:1234
 else