From: Antoine Tremblay Date: Sat, 27 Oct 2012 21:27:16 +0000 (-0400) Subject: gst: add various missing GST_PLUGINS_BASE_LIBS in Makefile.am X-Git-Tag: 1.1.1~688 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a1c86de09a57152e1e13bb01f5edd3143f1637d9;p=platform%2Fupstream%2Fgst-plugins-good.git gst: add various missing GST_PLUGINS_BASE_LIBS in Makefile.am Those plugins depend on either libgstaudio or libgstvideo, which are in gst-plugins-base. https://bugzilla.gnome.org/show_bug.cgi?id=687013 --- diff --git a/ext/libcaca/Makefile.am b/ext/libcaca/Makefile.am index b96765b..2c0bd60 100644 --- a/ext/libcaca/Makefile.am +++ b/ext/libcaca/Makefile.am @@ -7,6 +7,7 @@ libgstcacasink_la_CFLAGS = \ $(GST_CFLAGS) \ $(LIBCACA_CFLAGS) libgstcacasink_la_LIBADD = \ + $(GST_PLUGINS_BASE_LIBS) \ -lgstvideo-$(GST_API_VERSION) \ $(GST_BASE_LIBS) \ $(GST_LIBS) \ diff --git a/gst/auparse/Makefile.am b/gst/auparse/Makefile.am index 3d08bd8..73cf637 100644 --- a/gst/auparse/Makefile.am +++ b/gst/auparse/Makefile.am @@ -2,7 +2,7 @@ plugin_LTLIBRARIES = libgstauparse.la libgstauparse_la_SOURCES = gstauparse.c libgstauparse_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) -libgstauparse_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) -lgstaudio-$(GST_API_VERSION) +libgstauparse_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) -lgstaudio-$(GST_API_VERSION) libgstauparse_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) libgstauparse_la_LIBTOOLFLAGS = --tag=disable-static diff --git a/gst/level/Makefile.am b/gst/level/Makefile.am index dfebf4c..a9c98bf 100644 --- a/gst/level/Makefile.am +++ b/gst/level/Makefile.am @@ -2,7 +2,7 @@ plugin_LTLIBRARIES = libgstlevel.la libgstlevel_la_SOURCES = gstlevel.c libgstlevel_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) -libgstlevel_la_LIBADD = $(GST_BASE_LIBS) $(LIBM) -lgstaudio-$(GST_API_VERSION) +libgstlevel_la_LIBADD = $(GST_BASE_LIBS) $(LIBM) $(GST_PLUGINS_BASE_LIBS) -lgstaudio-$(GST_API_VERSION) libgstlevel_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) libgstlevel_la_LIBTOOLFLAGS = --tag=disable-static diff --git a/gst/videocrop/Makefile.am b/gst/videocrop/Makefile.am index a678dd0..4f59b53 100644 --- a/gst/videocrop/Makefile.am +++ b/gst/videocrop/Makefile.am @@ -6,7 +6,7 @@ plugin_LTLIBRARIES = libgstvideocrop.la libgstvideocrop_la_SOURCES = gstvideocrop.c gstaspectratiocrop.c libgstvideocrop_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) \ $(GST_PLUGINS_BASE_CFLAGS) -libgstvideocrop_la_LIBADD = $(GST_BASE_LIBS) -lgstvideo-$(GST_API_VERSION) +libgstvideocrop_la_LIBADD = $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_API_VERSION) libgstvideocrop_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) libgstvideocrop_la_LIBTOOLFLAGS = --tag=disable-static diff --git a/gst/y4m/Makefile.am b/gst/y4m/Makefile.am index 0079392..32db3ff 100644 --- a/gst/y4m/Makefile.am +++ b/gst/y4m/Makefile.am @@ -3,7 +3,7 @@ plugin_LTLIBRARIES = libgsty4menc.la libgsty4menc_la_SOURCES = gsty4mencode.c libgsty4menc_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) -libgsty4menc_la_LIBADD = $(GST_LIBS) -lgstvideo-$(GST_API_VERSION) +libgsty4menc_la_LIBADD = $(GST_LIBS) $(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_API_VERSION) libgsty4menc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) libgsty4menc_la_LIBTOOLFLAGS = --tag=disable-static