File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -60,11 +60,11 @@ static opus_loader opus;
60
60
if (opus.FUNC == NULL) { Mix_SetError("Missing opus.framework"); return -1; }
61
61
#endif
62
62
63
- static int OPUS_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 OPUS_Load (void )
68
68
{
69
69
if (opus .loaded == 0 ) {
70
70
#ifdef OPUS_DYNAMIC
Original file line number Diff line number Diff line change @@ -96,11 +96,11 @@ static wavpack_loader wvpk;
96
96
if (wvpk.FUNC == NULL) { Mix_SetError("Missing wavpack.framework"); return -1; }
97
97
#endif
98
98
99
- static int WAVPACK_Load (void )
100
99
#ifdef __APPLE__
101
100
/* Need to turn off optimizations so weak framework load check works */
102
101
__attribute__ ((optnone ))
103
102
#endif
103
+ static int WAVPACK_Load (void )
104
104
{
105
105
if (wvpk .loaded == 0 ) {
106
106
#ifdef WAVPACK_DYNAMIC
Original file line number Diff line number Diff line change @@ -76,11 +76,11 @@ static xmp_loader libxmp;
76
76
if (libxmp.FUNC == NULL) { Mix_SetError("Missing xmp.framework"); return -1; }
77
77
#endif
78
78
79
- static int XMP_Load (void )
80
79
#ifdef __APPLE__
81
80
/* Need to turn off optimizations so weak framework load check works */
82
81
__attribute__ ((optnone ))
83
82
#endif
83
+ static int XMP_Load (void )
84
84
{
85
85
if (libxmp .loaded == 0 ) {
86
86
#ifdef XMP_DYNAMIC
You can’t perform that action at this time.
0 commit comments