summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-04-14 15:55:49 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-04-14 15:55:49 +0000
commit9ca0d13abc0eee31075adb323065623b88e85299 (patch)
treeff11e904339a36ccfbd34c53ae4809f1afd3c502
parentd747163eb37975f4a10b7794f54e333e98b6715a (diff)
downloadgstreamer-plugins-bad-9ca0d13abc0eee31075adb323065623b88e85299.tar.gz
various fixes
Original commit message from CVS: various fixes
-rw-r--r--README8
1 files changed, 8 insertions, 0 deletions
diff --git a/README b/README
index bad30730b..d59daa499 100644
--- a/README
+++ b/README
@@ -4,8 +4,16 @@ plugins for GStreamer
* to develop against uninstalled GStreamer core :
add path to gstreamer-uninstalled.pc to PKG_CONFIG_PATH
+ or run configure --with-pkg-config-path=(path to gstreamer uninstalled)
* to register plugins in source tree
run gst-register --gst-plugin-path=.
+* if a certain plugin doesn't build, then redo configure with
+ --disable-(plugin)
+ to disable it from the build
+* Additional documentation :
+
+REQUIREMENTS
+ supporting libraries for plugins