Commit 02486fe7 authored by Steven Noonan's avatar Steven Noonan Committed by David Reid

miniaudio_libvorbis.h: only define OV_EXCLUDE_STATIC_CALLBACKS if not already defined

Signed-off-by: default avatarSteven Noonan <steven@uplinklabs.net>
parent d7b68ff0
......@@ -14,7 +14,9 @@ extern "C" {
#endif
#if !defined(MA_NO_LIBVORBIS)
#ifndef OV_EXCLUDE_STATIC_CALLBACKS
#define OV_EXCLUDE_STATIC_CALLBACKS
#endif
#include <vorbis/vorbisfile.h>
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment