[gst-devel] --enable-plugin-srcdir changed to --enable-plugin-builddir
Erik Walthinsen
omega at temple-baptist.com
Tue Jun 19 09:59:52 CEST 2001
I realized a while ago that the plugins aren't in the source directory,
they're in the build directory. You can test this by taking an
unconfigured gstreamer tree with a ./configure built, and going into
another tree to run it:
cd ..
mkdir build
cd build
../gstreamer/configure --enable-plugin-srcdir
You'll get a perfectly valid build, *except* that the paths hardcoded are
completely wrong. Changing it to --enable-plugin-builddir and changing
what that variable is filled with fixes that.
autogen.sh has been updated, you'll want to check any of your own scripts
that might use srcdir instead.
Erik Walthinsen <omega at temple-baptist.com> - System Administrator
__
/ \ GStreamer - The only way to stream!
| | M E G A ***** http://gstreamer.net/ *****
_\ /_
More information about the gstreamer-devel
mailing list