mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 790381 - Remove custom extern "C" on opus_multistream.h. r=derf
Bug 748144 switched our opus decoding to use the opus_multistream api so we could handle surround audio files. The version of opus in our tree at the time didn't include extern "C" {} protection in the corresponding header, so we had to provide our own. With the update to the opus 1.0.0 source release in bug 790381, this oversight is corrected and we can remove our work-around.
This commit is contained in:
parent
178bb65cbb
commit
5fbf150245
@ -15,9 +15,7 @@
|
||||
#endif
|
||||
#ifdef MOZ_OPUS
|
||||
#include <opus/opus.h>
|
||||
extern "C" {
|
||||
#include "opus/opus_multistream.h"
|
||||
}
|
||||
// For MOZ_SAMPLE_TYPE_*
|
||||
#include "nsBuiltinDecoderStateMachine.h"
|
||||
#include "nsBuiltinDecoderReader.h"
|
||||
|
Loading…
Reference in New Issue
Block a user