From 03df40f1dfbeed8b06587a6ac4939011fee0cee3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Tue, 20 Jan 2004 23:32:09 +0000 Subject: [PATCH] (Temporarily?) removed the private API exports that the new SoundPlay 4.8.1 uses - it does crash anyway, when we export them (and return NULL). Asked Marco about it, we'll see what comes back :-) git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6205 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kits/media/!missing_symbols.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/kits/media/!missing_symbols.cpp b/src/kits/media/!missing_symbols.cpp index db5dbd774b..b3c7ff93e6 100644 --- a/src/kits/media/!missing_symbols.cpp +++ b/src/kits/media/!missing_symbols.cpp @@ -7,11 +7,13 @@ #include #include "debug.h" +#if 0 // SoundPlay 4.8 is evil, uses undocumented media kit API extern "C" void *__get_decoder_manager__Fv(void); void *__get_decoder_manager__Fv(void) { return 0; } extern "C" void ScanDirs__Q28BPrivate13_AddonManager(void *); void ScanDirs__Q28BPrivate13_AddonManager(void *) { } +#endif /* According to the normal headers, these symbols should neither be * included in libmedia.so, nor used by anything.