From 1a36ab2c2769fe4983cbeed25ef261c5a0e5ed1d Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Thu, 20 Oct 2016 16:16:15 -0300 Subject: [PATCH] README: Do not mention building projects on top of gst-all We might enable that in the future but this is a non goal for now --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 0a2f9d6a35..9a55390d1f 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,3 @@ Inside that environment you will find the GStreamer modules in subprojects/, you can simply hack in there and to rebuild you just need to rerun `ninja`. -## Build a project based on GStreamer - -You can make your own project that uses GStreamer and all its -components depend on `gst-all` making it Meson subproject -of your own project.