gstreamer: Remove manual #[link] attribute

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1544>
This commit is contained in:
Sebastian Dröge 2024-09-28 11:49:23 +03:00
parent 6a554744f5
commit 0c1ea6abbf

View file

@ -2,7 +2,6 @@
type GstMainFuncSimple = Option<unsafe extern "C" fn(glib::ffi::gpointer)>;
#[link(name = "gstreamer-1.0")]
extern "C" {
#[cfg(feature = "v1_22")]
fn gst_macos_main_simple(func: GstMainFuncSimple, user_data: glib::ffi::gpointer);