diff options
Diffstat (limited to 'macosx/plugins/DFSound')
| -rw-r--r-- | macosx/plugins/DFSound/Resorces/OpenAL/Info-AL.plist (renamed from macosx/plugins/DFSound/Info-AL.plist) | 0 | ||||
| -rw-r--r-- | macosx/plugins/DFSound/Resorces/SDL/Info-SDL.plist (renamed from macosx/plugins/DFSound/Info-SDL.plist) | 0 | ||||
| -rw-r--r-- | macosx/plugins/DFSound/macsrc/SPUPluginController.m | 2 |
3 files changed, 2 insertions, 0 deletions
diff --git a/macosx/plugins/DFSound/Info-AL.plist b/macosx/plugins/DFSound/Resorces/OpenAL/Info-AL.plist index f4bef7cc..f4bef7cc 100644 --- a/macosx/plugins/DFSound/Info-AL.plist +++ b/macosx/plugins/DFSound/Resorces/OpenAL/Info-AL.plist diff --git a/macosx/plugins/DFSound/Info-SDL.plist b/macosx/plugins/DFSound/Resorces/SDL/Info-SDL.plist index 2b101e2e..2b101e2e 100644 --- a/macosx/plugins/DFSound/Info-SDL.plist +++ b/macosx/plugins/DFSound/Resorces/SDL/Info-SDL.plist diff --git a/macosx/plugins/DFSound/macsrc/SPUPluginController.m b/macosx/plugins/DFSound/macsrc/SPUPluginController.m index 84ef2876..42a0d197 100644 --- a/macosx/plugins/DFSound/macsrc/SPUPluginController.m +++ b/macosx/plugins/DFSound/macsrc/SPUPluginController.m @@ -8,6 +8,7 @@ #import "SPUPluginController.h" +#ifdef DEBUG static inline Class GetSPUBaseClass() { static Class spuBaseClass; @@ -16,6 +17,7 @@ static inline Class GetSPUBaseClass() } return spuBaseClass; } +#endif static void FuncNotAvailable(id sel, id sender, SEL theCmd) { |
