Should provide better compatiblity with SoundPlay 4.8 (but SoundPlay does crash)
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5632 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
8d52474bc7
commit
933a883015
@ -7,6 +7,12 @@
|
||||
#include <MediaTrack.h>
|
||||
#include "debug.h"
|
||||
|
||||
// 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 *) { }
|
||||
|
||||
/* According to the normal headers, these symbols should neither be
|
||||
* included in libmedia.so, nor used by anything.
|
||||
* But BeOS R5 has them, and they are required to load the BeOS R5
|
||||
|
Loading…
Reference in New Issue
Block a user