repo.or.cz
/
vlc
/
vlc-skelet.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
svn:keywords
[vlc/vlc-skelet.git]
/
ipkg
/
vlc.opie
blob
46a03b848fb85609ea778811b3228ac5240e21cc
1
#!/bin/sh
2
export
QTDIR
=/
opt
/
QtPalmtop
3
export
LD_LIBRARY_PATH
=
.
:/
usr
/
X11R
6
/
lib
:/
opt
/
QtPalmtop
/
lib
:/
usr
/
lib
/
vlc
4
if
[
"$*"
=
""
] ;
then
5
/
usr
/
bin
/
vlc udp
://
@
:
1234
6
else
7
/
usr
/
bin
/
vlc $
*
8
fi
9