Fix the video controls extended panels (make extensive use of the object's name).
[vlc.git] / ipkg / vlc.zaurus
blobc5309693e26a98f31d967e32926efc66e7538b73
1 #!/bin/sh
2 export QTDIR=/opt/QtPalmtop/sharp
3 export LD_LIBRARY_PATH=.:/usr/X11R6/lib:/opt/QtPalmtop/sharp/lib:/usr/lib/vlc
4 if [ "$*" = "" ] ; then
5 /usr/bin/vlc udp://@:1234
6 else
7 /usr/bin/vlc $*
8 fi