summaryrefslogtreecommitdiffstats
path: root/stream/cdd.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-08-07 08:58:07 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-08-07 08:58:07 +0000
commit141e81cce4fb780a1e2f791c79c1664956401af7 (patch)
tree01ca9845852536dea18a7d5654783a336ba27eff /stream/cdd.h
parent024b6efdf1439c2573350048a433d0324dcee349 (diff)
downloadmpv-141e81cce4fb780a1e2f791c79c1664956401af7.tar.bz2
mpv-141e81cce4fb780a1e2f791c79c1664956401af7.tar.xz
Rename a bunch of miscellaneous preprocessor directives.
Switch them from a HAVE_ to a CONFIG_ prefix. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27423 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/cdd.h')
-rw-r--r--stream/cdd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/stream/cdd.h b/stream/cdd.h
index 10fb64763f..1208684769 100644
--- a/stream/cdd.h
+++ b/stream/cdd.h
@@ -2,7 +2,7 @@
#define MPLAYER_CDD_H
#include "config.h"
-#ifndef HAVE_LIBCDIO
+#ifndef CONFIG_LIBCDIO
#include <cdda_interface.h>
#include <cdda_paranoia.h>
#else
@@ -54,7 +54,7 @@ typedef struct {
} cd_info_t;
typedef struct {
-#ifndef HAVE_LIBCDIO
+#ifndef CONFIG_LIBCDIO
cdrom_drive* cd;
cdrom_paranoia* cdp;
#else