diff cfg-mplayer.h @ 31355:2ee6c0ee2d41

Rename cfg-common-opts.h --> cfg-common_template.c. This should make it crystal-clear that it is not a header file which can be #included from anywhere without any sideeffects. Similar files in MPlayer and FFmpeg follow the same naming scheme.
author diego
date Mon, 14 Jun 2010 17:17:04 +0000
parents 1a2bfa6a546b
children 4d0b03b0381c
line wrap: on
line diff
--- a/cfg-mplayer.h	Mon Jun 14 15:50:07 2010 +0000
+++ b/cfg-mplayer.h	Mon Jun 14 17:17:04 2010 +0000
@@ -369,7 +369,7 @@
     {"tvscan", "MPlayer was compiled without TV interface support.\n", CONF_TYPE_PRINT, 0, 0, 0, NULL},
 #endif /* CONFIG_TV */
 
-#include "cfg-common-opts.h"
+#include "cfg-common_template.c"
 
     {"list-properties", &list_properties, CONF_TYPE_FLAG, CONF_GLOBAL, 0, 1, NULL},
     {"identify", &mp_msg_levels[MSGT_IDENTIFY], CONF_TYPE_FLAG, CONF_GLOBAL, 0, MSGL_V, NULL},