[MPlayer-cvslog] r26132 - trunk/libao2/audio_out.c
    diego 
    subversion at mplayerhq.hu
       
    Sat Mar  1 09:56:29 CET 2008
    
    
  
Author: diego
Date: Sat Mar  1 09:56:28 2008
New Revision: 26132
Log:
Remove duplicate extern declaration.
Modified:
   trunk/libao2/audio_out.c
Modified: trunk/libao2/audio_out.c
==============================================================================
--- trunk/libao2/audio_out.c	(original)
+++ trunk/libao2/audio_out.c	Sat Mar  1 09:56:28 2008
@@ -23,7 +23,6 @@ extern ao_functions_t audio_out_openal;
 extern ao_functions_t audio_out_null;
  extern ao_functions_t audio_out_alsa5;
  extern ao_functions_t audio_out_alsa;
- extern ao_functions_t audio_out_alsa;
 extern ao_functions_t audio_out_nas;
 extern ao_functions_t audio_out_sdl;
 extern ao_functions_t audio_out_sun;
    
    
More information about the MPlayer-cvslog
mailing list