diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-04-15 09:27:03 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-04-15 09:27:03 +0000 |
commit | 4a596daeb3710e5560a801aaaeb872d231133098 (patch) | |
tree | cee6e4784c61e9f9387eadc2ef1e8a9aff485761 /README | |
parent | 79fa56ed76ae91ff01edbc20b5cc7ceb50d2bf7c (diff) |
more mergeback from the latest release
Original commit message from CVS:
more mergeback from the latest release
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |