diff options
author | Antoine Tremblay <hexa00@gmail.com> | 2012-10-27 17:27:16 -0400 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2012-10-27 23:48:58 +0100 |
commit | 97a11917601eea17528a3044ad3587b7e977ab97 (patch) | |
tree | 7a27973db8bb4ad5515e33ae3f21d101397255d6 /ext | |
parent | 8bae00021c6ea393a0cbecd2eea5a96c6277135f (diff) |
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
Diffstat (limited to 'ext')
-rw-r--r-- | ext/libcaca/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/libcaca/Makefile.am b/ext/libcaca/Makefile.am index b96765b14..2c0bd6080 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) \ |