From 99eda04a9187001092fd8475c1d884942d34632d Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Mon, 21 Aug 2000 20:05:42 +0000 Subject: [PATCH] . updated version number . removed a verbose message in intf_sdl.c --- ChangeLog | 4 ++-- configure | 2 +- configure.in | 2 +- plugins/sdl/intf_sdl.c | 5 ++--- plugins/sdl/sdl.c | 2 -- vlc.spec | 4 ++-- 6 files changed, 8 insertions(+), 11 deletions(-) diff --git a/ChangeLog b/ChangeLog index e788e749f3..69285716dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,4 @@ -Thu Aug 18 00:21:33 BST 2000 -0.1.99g : +0.1.99h : * added support for the SDL vout : the --display fullscreen allows fullscreen when possible. Disabled by default. @@ -11,6 +10,7 @@ Thu Aug 18 00:21:33 BST 2000 * fixed the input_file exit bug. * fixed a Makefile bug which removed the CVS directory. * removed the frame statistics output. + * removed a verbose message in intf_sdl.c. Wed Aug 16 01:07:14 CEST 2000 0.1.99g : diff --git a/configure b/configure index 625a635f02..7cecea7141 100755 --- a/configure +++ b/configure @@ -592,7 +592,7 @@ host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` echo "$ac_t""$host" 1>&6 -VLC_VERSION=0.1.99g +VLC_VERSION=0.1.99h VLC_CODENAME=Onatopp diff --git a/configure.in b/configure.in index 6d1dd086b8..834a9f6e39 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ AC_CONFIG_HEADER(include/defs.h) AC_CANONICAL_HOST -VLC_VERSION=0.1.99g +VLC_VERSION=0.1.99h AC_SUBST(VLC_VERSION) VLC_CODENAME=Onatopp AC_SUBST(VLC_CODENAME) diff --git a/plugins/sdl/intf_sdl.c b/plugins/sdl/intf_sdl.c index 4164f00ef2..4e04e4cee7 100644 --- a/plugins/sdl/intf_sdl.c +++ b/plugins/sdl/intf_sdl.c @@ -136,9 +136,7 @@ void intf_SDLManage( intf_thread_t *p_intf ) while ( SDL_PollEvent(&event) ) { - i_key = event.key.keysym.sym; /* forward it */ - intf_ErrMsgImm("key :%c:\n",(char) i_key); switch (event.type) { case SDL_KEYDOWN: /* if a key is pressed */ @@ -180,7 +178,8 @@ void intf_SDL_Keymap(intf_thread_t * p_intf ) /* intf_AssignKey(p_intf,'G','G'); */ intf_AssignKey(p_intf, SDLK_c, 'c'); intf_AssignKey(p_intf, SDLK_SPACE, ' '); - intf_AssignKey(p_intf, 'i', 'i'); + intf_AssignKey(p_intf, 'i', 'i'); intf_AssignKey(p_intf, SDLK_s, 's'); } + diff --git a/plugins/sdl/sdl.c b/plugins/sdl/sdl.c index 85963feb20..5e9e132827 100644 --- a/plugins/sdl/sdl.c +++ b/plugins/sdl/sdl.c @@ -106,8 +106,6 @@ plugin_info_t * GetConfig( void ) p_info->i_score = 0x100; - - /* If this plugin was requested, score it higher */ if( TestMethod( VOUT_METHOD_VAR, "sdl" ) ) { diff --git a/vlc.spec b/vlc.spec index bd3352f165..809503b9b3 100644 --- a/vlc.spec +++ b/vlc.spec @@ -1,10 +1,10 @@ Name: vlc -Version: 0.1.99g +Version: 0.1.99h Release: 1 Copyright: GPL Url: http://www.videolan.org/ Group: X11/Applications/Graphics -Source0: http://www.videolan.org/packages/0.1.99g/vlc-0.1.99g.tar.gz +Source0: http://www.videolan.org/packages/0.1.99h/vlc-0.1.99h.tar.gz Packager: Samuel Hocevar Buildroot: /tmp/vlc-build -- 2.39.2