Commit 74c949a6 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Use SDL output as default for iPaq.

parent a9b0a416
......@@ -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
......
......@@ -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"
......@@ -2,7 +2,7 @@
* familiar.c : familiar plugin for vlc
*****************************************************************************
* Copyright (C) 2002 VideoLAN
* $Id: familiar.c,v 1.20 2002/12/22 21:46:50 jpsaman Exp $
* $Id: familiar.c,v 1.21 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, "Releasing 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
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment