diff stream/stream_dvd_common.h @ 27341:e7c989f7a7c9

Start unifying names of internal preprocessor directives. Replace all USE_ prefixes by CONFIG_ prefixes to indicate options which are configurable.
author diego
date Wed, 30 Jul 2008 12:01:30 +0000
parents c333185b1c3e
children ea01824701a5
line wrap: on
line diff
--- a/stream/stream_dvd_common.h	Wed Jul 30 11:48:01 2008 +0000
+++ b/stream/stream_dvd_common.h	Wed Jul 30 12:01:30 2008 +0000
@@ -3,7 +3,7 @@
 
 #include "config.h"
 #include <inttypes.h>
-#ifdef USE_DVDREAD_INTERNAL
+#ifdef CONFIG_DVDREAD_INTERNAL
 #include <dvdread/ifo_types.h>
 #else
 #include <libdvdread/ifo_types.h>