Skip to content

Commit

Permalink
Remove target config in render-unix cargo
Browse files Browse the repository at this point in the history
Since they are already especified when loaded by platform in the
GStreamerRender object.
  • Loading branch information
ceyusa committed Sep 12, 2019
1 parent f9aed4e commit 9c4392a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions backends/gstreamer/render-unix/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,6 @@
//! wrapping the *appsink* from the Player. And the shared frames are
//! mapped as texture IDs.
#![cfg(any(
target_os = "linux",
target_os = "dragonfly",
target_os = "freebsd",
target_os = "netbsd",
target_os = "openbsd"
))]

#[macro_use]
extern crate gstreamer as gst;
extern crate gstreamer_gl as gst_gl;
Expand Down

0 comments on commit 9c4392a

Please sign in to comment.