Skip to content

Commit

Permalink
ogg music: #define OV_EXCLUDE_STATIC_CALLBACKS
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Oct 28, 2018
1 parent 5f9c4a9 commit 9b3ce6d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 4 additions & 0 deletions dynamic_ogg.h
Expand Up @@ -20,6 +20,10 @@
*/

#ifdef OGG_MUSIC

#ifndef OV_EXCLUDE_STATIC_CALLBACKS
#define OV_EXCLUDE_STATIC_CALLBACKS
#endif
#ifdef OGG_USE_TREMOR
#include <tremor/ivorbisfile.h>
#else
Expand Down
2 changes: 0 additions & 2 deletions music_ogg.c
Expand Up @@ -19,8 +19,6 @@
3. This notice may not be removed or altered from any source distribution.
*/

/* $Id$ */

#ifdef OGG_MUSIC

/* This file supports Ogg Vorbis music streams */
Expand Down
5 changes: 3 additions & 2 deletions music_ogg.h
Expand Up @@ -19,12 +19,13 @@
3. This notice may not be removed or altered from any source distribution.
*/

/* $Id$ */

#ifdef OGG_MUSIC

/* This file supports Ogg Vorbis music streams */

#ifndef OV_EXCLUDE_STATIC_CALLBACKS
#define OV_EXCLUDE_STATIC_CALLBACKS
#endif
#ifdef OGG_USE_TREMOR
#include <tremor/ivorbisfile.h>
#else
Expand Down

0 comments on commit 9b3ce6d

Please sign in to comment.