Commit f543d6b9 authored by Sjoerd Simons's avatar Sjoerd Simons

Install plugins in $(libdir) not the system plugin path

parent 02c9ae59
......@@ -56,13 +56,15 @@ AC_ARG_WITH(gstreamer,
[with_gstreamer=auto])
AS_IF([test "$with_gstreamer" != no], [
PKG_CHECK_MODULES(GST, [
gstreamer-0.10 >= 0.10.0
gstreamer-base-0.10 >= 0.10.0
],
[
with_gstreamer=yes
gstplugindir=`$PKG_CONFIG --variable=pluginsdir gstreamer-0.10`
GST_MAJORMINOR=0.10
gstplugindir="\$(libdir)/gstreamer-$GST_MAJORMINOR"
],
[
AS_IF([test "$with_gstreamer" = yes], [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment