]> git.sesse.net Git - vlc/commitdiff
. updated version number
authorSam Hocevar <sam@videolan.org>
Mon, 21 Aug 2000 20:05:42 +0000 (20:05 +0000)
committerSam Hocevar <sam@videolan.org>
Mon, 21 Aug 2000 20:05:42 +0000 (20:05 +0000)
 . removed a verbose message in intf_sdl.c

ChangeLog
configure
configure.in
plugins/sdl/intf_sdl.c
plugins/sdl/sdl.c
vlc.spec

index e788e749f357978e1dc4756f0f27c02e54eb27ec..69285716dc9ad45efd608debc5115363644c4923 100644 (file)
--- 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 :
index 625a635f021f9d3ac3f4f919aa284eb2386b9df2..7cecea714149f77e12b608082715d18a14cf1839 100755 (executable)
--- 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
 
index 6d1dd086b888386a083be4e9de1e6679d4d6b57f..834a9f6e3963091bc22d4d3f4729418e31d646cf 100644 (file)
@@ -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)
index 4164f00ef2eb73b071e28765a8fab53158deecb8..4e04e4cee7525c7279808fc15297a773499a63ac 100644 (file)
@@ -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');
 
 }
+
index 85963feb207a334ce042aca48e114b90e3787edd..5e9e1328270a36987b359303b11091e4e25f7c22 100644 (file)
@@ -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" ) )
     {
index bd3352f1659224ce41f113fd79a542458745f781..809503b9b32e19f3b3cd103e19630b448c6e9180 100644 (file)
--- 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 <sam@via.ecp.fr>
 
 Buildroot: /tmp/vlc-build