Skip to content

Commit

Permalink
Fix framework name
Browse files Browse the repository at this point in the history
  • Loading branch information
yury committed Dec 1, 2024
1 parent 8c560c7 commit 62b50e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cidre/src/av/audio/session.rs
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ impl Session {
}
}

#[link(name = "AVAudio", kind = "framework")]
#[link(name = "AVFAudio", kind = "framework")]
#[api::weak]
extern "C" {
static AVAudioSessionInterruptionNotification: &'static ns::NotificationName;
Expand Down

0 comments on commit 62b50e8

Please sign in to comment.