diff cfg-mplayer.h @ 27391:1d2faa1020fb

Rename a bunch of miscellaneous preprocessor directives. Switch them from a HAVE_ to a CONFIG_ prefix.
author diego
date Thu, 07 Aug 2008 08:58:07 +0000
parents 2113bd9c6bd9
children 4876c89bafdd
line wrap: on
line diff
--- a/cfg-mplayer.h	Wed Aug 06 23:19:29 2008 +0000
+++ b/cfg-mplayer.h	Thu Aug 07 08:58:07 2008 +0000
@@ -300,7 +300,7 @@
 	{"dumpjacosub", &stream_dump_type, CONF_TYPE_FLAG, 0, 0, 8, NULL},
 	{"dumpsami", &stream_dump_type, CONF_TYPE_FLAG, 0, 0, 9, NULL},
 
-#ifdef HAVE_LIRC
+#ifdef CONFIG_LIRC
 	{"lircconf", &lirc_configfile, CONF_TYPE_STRING, CONF_GLOBAL, 0, 0, NULL},
 #endif