Skip to content
  • Sven Neumann's avatar
    gap/gap_player_main.c fixed harmless but annoying compiler warnings. · 291e23e9
    Sven Neumann authored
    2003-09-08  Sven Neumann  <sven@gimp.org>
    
    	* gap/gap_player_main.c
    	* gap/gap_name2layer_main.c: fixed harmless but annoying compiler
    	warnings.
    
    	* libwavplayclient/client.c
    	* libwavplayclient/wavfile.c: include <glib.h> for g_strerror(),
    	removed redefinition of TRUE/FALSE.
    
    2003-09-07  Wolfgang Hofer <hof@gimp.org>
    
    	Playback Module:
     	  added ctrl/alt modifiers for callback on_go_button_clicked
     	  added optional audiosupport based on wavplay (Linux only)
     	    (Dont know how to make/install libwavplayclient as library
     	     the gap/wpc_* files are just a workaround to compile without
    	     libwavplayclient)
    
     	VCR-Navigator:
     	 bugfix: show waiting cursor at long running ops
     		 to set range begin/end frame
     	 bugfix: frame timing labels did always show time at 24.0 fps
     		 now use the current framerate as it should be.
     	* configure.in	      new parameter: --disable-audiosupport
     	* gap/Makefile.am     variable GAP_AUDIOSUPPORT (for conditional audiosupport)
     	* gap/gap_player_dialog.c
     	* gap/gap_vin.c (force timezoom value >= 1 in case .vin has 0 value)
     	* gap/gap_navigator_dialog.c
     	* gap/gap_mpege.c	     (bugfix for #121145 translation text)
     	* gap/gap_lib.c [.h]
     	* gap/gap_timeconv.c [.h]
     	new files ()
     	* gap/wpc_client.c
     	* gap/wpc_lib.h
     	* gap/wpc_msg.c
     	* gap/wpc_procterm.c
     	* gap/wpc_wavfile.c
     	* libwavplayclient/wpc_client.c
     	* libwavplayclient/wpc_lib.h
     	* libwavplayclient/wpc_msg.c
     	* libwavplayclient/wpc_procterm.c
     	* libwavplayclient/wpc_wavfile.c
     	* libwavplayclient/COPYING
     	* libwavplayclient/Makefile.am       /* Not finished and currently not OK */
     	* libwavplayclient/README
     	* libwavplayclient/client.c
     	* libwavplayclient/client.h
     	* libwavplayclient/msg.c
     	* libwavplayclient/procterm.c
     	* libwavplayclient/wavfile.c
     	* libwavplayclient/wavfile.h
     	* libwavplayclient/wavplay.h
    291e23e9