~ubuntu-branches/debian/wheezy/vlc/wheezy

« back to all changes in this revision

Viewing changes to ipkg/vlc.zaurus

Tags: upstream-0.7.2.final
ImportĀ upstreamĀ versionĀ 0.7.2.final

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
 
9