[MPlayer-cvslog] r31466 - in trunk: cfg-common.h codec-cfg.h

diego subversion at mplayerhq.hu
Fri Jun 18 19:00:23 CEST 2010


Author: diego
Date: Fri Jun 18 19:00:23 2010
New Revision: 31466

Log:
Move codecs_file extern variable declaration to codec-cfg.h.

Modified:
   trunk/cfg-common.h
   trunk/codec-cfg.h

Modified: trunk/cfg-common.h
==============================================================================
--- trunk/cfg-common.h	Fri Jun 18 18:36:39 2010	(r31465)
+++ trunk/cfg-common.h	Fri Jun 18 19:00:23 2010	(r31466)
@@ -30,9 +30,7 @@
 #include "libmpdemux/demux_ts.h"
 #include "osdep/priority.h"
 #include "stream/network.h"
-
-/* defined in codec-cfg.c */
-extern char * codecs_file;
+#include "codec-cfg.h"
 
 /* defined in dec_video.c */
 extern int field_dominance;

Modified: trunk/codec-cfg.h
==============================================================================
--- trunk/codec-cfg.h	Fri Jun 18 18:36:39 2010	(r31465)
+++ trunk/codec-cfg.h	Fri Jun 18 19:00:23 2010	(r31466)
@@ -44,6 +44,9 @@
 #define CODECS_STATUS__MAX              2
 
 
+extern char *codecs_file;
+
+
 #if !defined(GUID_TYPE) && !defined(GUID_DEFINED)
 #define GUID_TYPE    1
 #define GUID_DEFINED 1


More information about the MPlayer-cvslog mailing list