File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -92,11 +92,11 @@ static flac_loader flac;
92
92
if (flac.FUNC == NULL) { Mix_SetError("Missing FLAC.framework"); return -1; }
93
93
#endif
94
94
95
- static int FLAC_Load (void )
96
95
#ifdef __APPLE__
97
96
/* Need to turn off optimizations so weak framework load check works */
98
97
__attribute__ ((optnone ))
99
98
#endif
99
+ static int FLAC_Load (void )
100
100
{
101
101
if (flac .loaded == 0 ) {
102
102
#ifdef FLAC_DYNAMIC
Original file line number Diff line number Diff line change @@ -60,11 +60,11 @@ static gme_loader gme;
60
60
if (gme.FUNC == NULL) { Mix_SetError("Missing gme.framework"); return -1; }
61
61
#endif
62
62
63
- static int GME_Load (void )
64
63
#ifdef __APPLE__
65
64
/* Need to turn off optimizations so weak framework load check works */
66
65
__attribute__ ((optnone ))
67
66
#endif
67
+ static int GME_Load (void )
68
68
{
69
69
if (gme .loaded == 0 ) {
70
70
#ifdef GME_DYNAMIC
Original file line number Diff line number Diff line change @@ -62,11 +62,11 @@ static ModPlug_Settings settings;
62
62
if (modplug.FUNC == NULL) { Mix_SetError("Missing libmodplug.framework"); return -1; }
63
63
#endif
64
64
65
- static int MODPLUG_Load (void )
66
65
#ifdef __APPLE__
67
66
/* Need to turn off optimizations so weak framework load check works */
68
67
__attribute__ ((optnone ))
69
68
#endif
69
+ static int MODPLUG_Load (void )
70
70
{
71
71
if (modplug .loaded == 0 ) {
72
72
#ifdef MODPLUG_DYNAMIC
Original file line number Diff line number Diff line change @@ -81,11 +81,11 @@ static mpg123_loader mpg123;
81
81
if (mpg123.FUNC == NULL) { Mix_SetError("Missing mpg123.framework"); return -1; }
82
82
#endif
83
83
84
- static int MPG123_Load (void )
85
84
#ifdef __APPLE__
86
85
/* Need to turn off optimizations so weak framework load check works */
87
86
__attribute__ ((optnone ))
88
87
#endif
88
+ static int MPG123_Load (void )
89
89
{
90
90
if (mpg123 .loaded == 0 ) {
91
91
#ifdef MPG123_DYNAMIC
Original file line number Diff line number Diff line change @@ -73,11 +73,11 @@ static vorbis_loader vorbis;
73
73
if (vorbis.FUNC == NULL) { Mix_SetError("Missing vorbis.framework or tremor.framework"); return -1; }
74
74
#endif
75
75
76
- static int OGG_Load (void )
77
76
#ifdef __APPLE__
78
77
/* Need to turn off optimizations so weak framework load check works */
79
78
__attribute__ ((optnone ))
80
79
#endif
80
+ static int OGG_Load (void )
81
81
{
82
82
if (vorbis .loaded == 0 ) {
83
83
#ifdef OGG_DYNAMIC
You can’t perform that action at this time.
0 commit comments