Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-07-06Clean up Makefile some moreSebastian Dröge
Use $(DESTDIR) as prefix for the installation to make distros' lifes easier and have a simple "all" / "build" / "install" rule. By default we do a release build, if DEBUG=1 is specified we do a debug build.
2019-07-02Update Makefile with a release target, and an install and install-release targetSebastian Dröge
2017-08-01updated Makefile to use `cargo build all`Michal Budzynski
2016-12-25Add simple Makefile to build all subprojectsSebastian Dröge