mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2025-02-16 19:15:30 +00:00
gstreamer: Remove manual #[link] attribute
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1544>
This commit is contained in:
parent
6a554744f5
commit
0c1ea6abbf
1 changed files with 0 additions and 1 deletions
|
@ -2,7 +2,6 @@
|
||||||
|
|
||||||
type GstMainFuncSimple = Option<unsafe extern "C" fn(glib::ffi::gpointer)>;
|
type GstMainFuncSimple = Option<unsafe extern "C" fn(glib::ffi::gpointer)>;
|
||||||
|
|
||||||
#[link(name = "gstreamer-1.0")]
|
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#[cfg(feature = "v1_22")]
|
#[cfg(feature = "v1_22")]
|
||||||
fn gst_macos_main_simple(func: GstMainFuncSimple, user_data: glib::ffi::gpointer);
|
fn gst_macos_main_simple(func: GstMainFuncSimple, user_data: glib::ffi::gpointer);
|
||||||
|
|
Loading…
Reference in a new issue