(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
This commit is contained in:
parent
0835465264
commit
03df40f1df
@ -7,11 +7,13 @@
|
||||
#include <MediaTrack.h>
|
||||
#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.
|
||||
|
Loading…
Reference in New Issue
Block a user