diff mp3lib/test2.c @ 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 01829c7ce94d
children 0f1b5b68af32
line wrap: on
line diff
--- a/mp3lib/test2.c	Wed Jul 30 11:48:01 2008 +0000
+++ b/mp3lib/test2.c	Wed Jul 30 12:01:30 2008 +0000
@@ -33,7 +33,7 @@
   GetCpuCaps(&gCpuCaps);
 
   // MPEG Audio:
-#ifdef USE_FAKE_MONO
+#ifdef CONFIG_FAKE_MONO
   MP3_Init(0);
 #else
   MP3_Init();