Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-1.1
Commits
5c4e80aa
Commit
5c4e80aa
authored
Jan 12, 2003
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed some paths.
parent
b5ac08c8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
5 deletions
+7
-5
ipkg/rules.gpe
ipkg/rules.gpe
+5
-3
ipkg/vlc.gpe
ipkg/vlc.gpe
+1
-1
ipkg/vlc.opie
ipkg/vlc.opie
+1
-1
No files found.
ipkg/rules.gpe
View file @
5c4e80aa
...
...
@@ -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
ipkg/vlc.gpe
View file @
5c4e80aa
...
...
@@ -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"
ipkg/vlc.opie
View file @
5c4e80aa
#!/bin/sh
export
QTDIR
=
/opt/QtPalmtop
export
LD_LIBRARY_PATH
=
.:/usr/X11R6/lib:/opt/QtPalmtop/lib:/usr/lib/v
ideolan/v
lc
export
LD_LIBRARY_PATH
=
.:/usr/X11R6/lib:/opt/QtPalmtop/lib:/usr/lib/vlc
if
[
"
$*
"
=
""
]
;
then
/usr/bin/vlc udp://@:1234
else
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment