OSDN Git Service

Enable additional plugins. Enable inlining.
authorSean McNeil <sean.mcneil@windriver.com>
Thu, 18 Jun 2009 03:27:57 +0000 (10:27 +0700)
committerSean McNeil <sean.mcneil@windriver.com>
Thu, 18 Jun 2009 03:27:57 +0000 (10:27 +0700)
include/config.h

index 52dfc11..ccd421c 100644 (file)
 #define BUILD_PCM "1"
 
 /* Build PCM adpcm plugin */
-/* #undef BUILD_PCM_PLUGIN_ADPCM */
+#define BUILD_PCM_PLUGIN_ADPCM "1"
 
 /* Build PCM alaw plugin */
-/* #undef BUILD_PCM_PLUGIN_ALAW */
+#define BUILD_PCM_PLUGIN_ALAW "1"
 
 /* Build PCM lfloat plugin */
-/* #undef BUILD_PCM_PLUGIN_LFLOAT */
+#define BUILD_PCM_PLUGIN_LFLOAT "1"
 
 /* Build PCM mulaw plugin */
-/* #undef BUILD_PCM_PLUGIN_MULAW */
+#define BUILD_PCM_PLUGIN_MULAW "1"
 
 /* Build PCM rate plugin */
-/* #undef BUILD_PCM_PLUGIN_RATE */
+#define BUILD_PCM_PLUGIN_RATE "1"
 
 /* Build PCM route plugin */
-/* #undef BUILD_PCM_PLUGIN_ROUTE */
+#define BUILD_PCM_PLUGIN_ROUTE "1"
 
 /* Build raw MIDI component */
 /* #undef BUILD_RAWMIDI */
 
 /* No assert debug */
 #ifndef NDEBUG
-#define NDEBUG 
+#define NDEBUG
 #endif
 
 /* Name of package */
 /* Define to `__inline__' or `__inline' if that's what the C compiler
    calls it, or to nothing if 'inline' is not supported under any name.  */
 #ifndef __cplusplus
-/* #undef inline */
+#define inline __inline
 #endif