diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2008-08-22 16:04:02 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-08-22 16:04:02 +0000 |
commit | 1e10b33f15e928ff7ea80c05213be2a54f6ede0c (patch) | |
tree | 853b51ef1c5adeef42e1daeb91969f08c1542c15 /gst/autodetect | |
parent | 42998c9438cee485f9a9f5d3ed1c0be1d5ab4840 (diff) | |
download | gstreamer-plugins-good-1e10b33f15e928ff7ea80c05213be2a54f6ede0c.tar.gz |
gst/autodetect/Makefile.am: Don't link the autodetect plugin with GConf as it doesn't use GConf. Fixes bug #545463.
Original commit message from CVS:
* gst/autodetect/Makefile.am:
Don't link the autodetect plugin with GConf as it doesn't
use GConf. Fixes bug #545463.
Diffstat (limited to 'gst/autodetect')
-rw-r--r-- | gst/autodetect/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/autodetect/Makefile.am b/gst/autodetect/Makefile.am index 7c73402f6..1ecd9ce29 100644 --- a/gst/autodetect/Makefile.am +++ b/gst/autodetect/Makefile.am @@ -4,8 +4,8 @@ libgstautodetect_la_SOURCES = \ gstautoaudiosink.c \ gstautodetect.c \ gstautovideosink.c -libgstautodetect_la_CFLAGS = $(GST_CFLAGS) $(GCONF_CFLAGS) -libgstautodetect_la_LIBADD = $(GST_LIBS) $(GCONF_LIBS) +libgstautodetect_la_CFLAGS = $(GST_CFLAGS) +libgstautodetect_la_LIBADD = $(GST_LIBS) libgstautodetect_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) noinst_HEADERS = \ |