From: Sebastian Dröge Date: Fri, 22 Aug 2008 16:04:02 +0000 (+0000) Subject: gst/autodetect/Makefile.am: Don't link the autodetect plugin with GConf as it doesn... X-Git-Tag: RELEASE-0_10_11~69 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1e10b33f15e928ff7ea80c05213be2a54f6ede0c;p=platform%2Fupstream%2Fgst-plugins-good.git 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. --- diff --git a/ChangeLog b/ChangeLog index c4e9b24..629990a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2008-08-22 Sebastian Dröge + * gst/autodetect/Makefile.am: + Don't link the autodetect plugin with GConf as it doesn't + use GConf. Fixes bug #545463. + +2008-08-22 Sebastian Dröge + * gst/matroska/ebml-read.c: (gst_ebml_read_element_id), (gst_ebml_read_element_length), (gst_ebml_read_uint), (gst_ebml_read_sint), (gst_ebml_read_float), diff --git a/gst/autodetect/Makefile.am b/gst/autodetect/Makefile.am index 7c73402..1ecd9ce 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 = \