[MPlayer-cvslog] r24390 - trunk/cfg-common.h

voroshil subversion at mplayerhq.hu
Mon Sep 10 03:09:08 CEST 2007


Author: voroshil
Date: Mon Sep 10 03:09:08 2007
New Revision: 24390

Log:
fix warnings:
cfg-common.h:399: warning: redundant redeclaration of 'edl_filename'
edl.h:23: warning: previous declaration of 'edl_filename' was here
cfg-common.h:400: warning: redundant redeclaration of 'edl_output_filename'
edl.h:24: warning: previous declaration of 'edl_output_filename' was here


Modified:
   trunk/cfg-common.h

Modified: trunk/cfg-common.h
==============================================================================
--- trunk/cfg-common.h	(original)
+++ trunk/cfg-common.h	Mon Sep 10 03:09:08 2007
@@ -394,8 +394,6 @@ extern off_t ps_probe;
 #include "stream/tv.h"
 #include "stream/stream_radio.h"
 
-extern char* edl_filename;
-extern char* edl_output_filename;
 
 
 #ifdef USE_RADIO



More information about the MPlayer-cvslog mailing list