gstreamer-rs/gstreamer-sdp-sys
Mathieu Duponchelle 9b9a0fd149 all around: disable print_system_libs in calls to pkg-config
By default, pkg-config-rs sets the PKG_CONFIG_ALLOW_SYSTEM_LIBS
environment variable
(https://github.com/alexcrichton/pkg-config-rs/pull/35), which leads
to eg /usr/lib being present in the middle of the final command,
in turn leading to issues when working in an uninstalled environment,
where libraries that are also present system-wide do not get linked
against.
2018-02-21 20:26:02 +01:00
..
src Remove unused bitflags crate from gstreamer-sdp-sys 2018-02-09 11:32:33 +02:00
build.rs all around: disable print_system_libs in calls to pkg-config 2018-02-21 20:26:02 +01:00
Cargo.toml Remove unused bitflags crate from gstreamer-sdp-sys 2018-02-09 11:32:33 +02:00
CHANGELOG.md Add bindings for GStreamer Sdp, Rtsp and RtspServer libraries 2018-02-09 11:32:26 +02:00
LICENSE Add bindings for GStreamer Sdp, Rtsp and RtspServer libraries 2018-02-09 11:32:26 +02:00
README.md Add bindings for GStreamer Sdp, Rtsp and RtspServer libraries 2018-02-09 11:32:26 +02:00

gstreamer-sdp-sys crates.io Build Status

GStreamer (Sdp library) FFI bindings for Rust.

These bindings are providing unsafe FFI API that can be used to interface with GStreamer. Generally they are meant to be used as the building block for higher-level abstractions like:

The bindings are autogenerated with gir based on the GObject-Introspection API metadata provided by the GStreamer project.

LICENSE

gstreamer-sys and all crates contained here are licensed under the MIT license (LICENSE or http://opensource.org/licenses/MIT).

GStreamer itself is licensed under the Lesser General Public License version 2.1 or (at your option) any later version: https://www.gnu.org/licenses/lgpl-2.1.html

Contribution

Any kinds of contributions are welcome as a pull request.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in gstreamer-rs by you shall be licensed under the MIT license as above, without any additional terms or conditions.