Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
74c949a6
Commit
74c949a6
authored
Dec 22, 2002
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use SDL output as default for iPaq.
parent
a9b0a416
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
6 deletions
+7
-6
ipkg/rules.gpe
ipkg/rules.gpe
+2
-1
ipkg/vlc.gpe
ipkg/vlc.gpe
+1
-1
modules/gui/familiar/familiar.c
modules/gui/familiar/familiar.c
+4
-4
No files found.
ipkg/rules.gpe
View file @
74c949a6
...
...
@@ -34,11 +34,12 @@ export CONFIG_FLAGS="--enable-release --prefix=/usr \
--with-mad-tree=/home/jpsaman/iPaq/src/mad-0.14.2b \
--with-gtk-config-path=/usr/local/arm/2.95.3/arm-linux/usr/bin \
--with-gtk-prefix=/usr/local/arm/2.95.3/arm-linux/usr \
--with-gpe-prefix=/usr/local/arm/2.95.3/arm-linux/usr \
--with-sdl-config-path=/usr/local/arm/2.95.3/arm-linux/usr/bin \
--with-sdl-prefix=/usr/local/arm/2.95.3/arm-linux/usr \
--with-ffmpeg-tree=/home/jpsaman/iPaq/src/ffmpeg"
# --with-gpe-prefix=/usr/local/arm/2.95.3/arm-linux/usr \
export VIDDIR="usr/share/vlc"
export PIXDIR="usr/share/pixmaps"
#export DESTDIR=/tmp/vlc
...
...
ipkg/vlc.gpe
View file @
74c949a6
...
...
@@ -3,7 +3,7 @@
section="Graphics" \
logtitle="VideoLAN Client" \
title="VideoLAN Client" \
command=
vlc
\
command=
"vlc -V sdl"
\
icon48=/usr/share/vlc/vlc48x48.png \
windowtitle="VideoLAN Client"
modules/gui/familiar/familiar.c
View file @
74c949a6
...
...
@@ -2,7 +2,7 @@
* familiar.c : familiar plugin for vlc
*****************************************************************************
* Copyright (C) 2002 VideoLAN
* $Id: familiar.c,v 1.2
0 2002/12/22 21:46:50
jpsaman Exp $
* $Id: familiar.c,v 1.2
1 2002/12/22 23:23:45
jpsaman Exp $
*
* Authors: Jean-Paul Saman <jpsaman@wxs.nl>
*
...
...
@@ -118,7 +118,7 @@ static void Close( vlc_object_t *p_this )
}
#ifdef NEED_GTK_MAIN
msg_Dbg
(
p_intf
,
"Releasin gtk_main"
);
msg_Dbg
(
p_intf
,
"Releasin
g
gtk_main"
);
module_Unneed
(
p_intf
,
p_intf
->
p_sys
->
p_gtk_main
);
#endif
...
...
@@ -225,8 +225,8 @@ static void Run( intf_thread_t *p_intf )
#ifdef NEED_GTK_MAIN
gdk_threads_leave
();
//
#else
//
gtk_main_quit();
#else
gtk_main_quit
();
#endif
}
...
...
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