mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-26 03:38:55 +01:00
internal/uidriver/mobile: bug fix: use AVFoudation instead of AVFAudio for old iOS
This commit is contained in:
parent
12de3a7749
commit
2df4e17ae9
@ -17,9 +17,9 @@
|
||||
|
||||
package mobile
|
||||
|
||||
// #cgo LDFLAGS: -framework AVFAudio -framework CoreHaptics
|
||||
// #cgo LDFLAGS: -framework AVFoundation -framework CoreHaptics
|
||||
//
|
||||
// #import <AVFAudio/AVFAudio.h>
|
||||
// #import <AVFoundation/AVFoundation.h>
|
||||
// #import <CoreHaptics/CoreHaptics.h>
|
||||
// #include <dispatch/dispatch.h>
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user