summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2014-03-28 19:41:25 +0000
committerTim-Philipp Müller <tim@centricular.com>2014-03-28 19:41:25 +0000
commit1e2744bb70acb2779448eba27f830acef525dea4 (patch)
tree20894ec19163aeca43e4c2646ded2a13176993f7 /tests
parent564488fcbd552901036016320ffd5b5112e5b9ec (diff)
downloadgstreamer-plugins-bad-1e2744bb70acb2779448eba27f830acef525dea4.tar.gz
tests: don't link codecparser tests twice to the lib
Diffstat (limited to 'tests')
-rw-r--r--tests/check/Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am
index 879f052e4..4d08e53d0 100644
--- a/tests/check/Makefile.am
+++ b/tests/check/Makefile.am
@@ -287,7 +287,6 @@ libs_mpegvideoparser_CFLAGS = \
libs_mpegvideoparser_LDADD = \
$(top_builddir)/gst-libs/gst/codecparsers/libgstcodecparsers-@GST_API_VERSION@.la \
- $(GST_PLUGINS_BAD_LIBS) -lgstcodecparsers-@GST_API_VERSION@ \
$(GST_BASE_LIBS) $(GST_LIBS) $(LDADD)
libs_mpegts_CFLAGS = \
@@ -307,7 +306,6 @@ libs_h264parser_CFLAGS = \
libs_h264parser_LDADD = \
$(top_builddir)/gst-libs/gst/codecparsers/libgstcodecparsers-@GST_API_VERSION@.la \
- $(GST_PLUGINS_BAD_LIBS) -lgstcodecparsers-@GST_API_VERSION@ \
$(GST_BASE_LIBS) $(GST_LIBS) $(LDADD)
libs_vc1parser_CFLAGS = \
@@ -317,7 +315,6 @@ libs_vc1parser_CFLAGS = \
libs_vc1parser_LDADD = \
$(top_builddir)/gst-libs/gst/codecparsers/libgstcodecparsers-@GST_API_VERSION@.la \
- $(GST_PLUGINS_BAD_LIBS) -lgstcodecparsers-@GST_API_VERSION@ \
$(GST_BASE_LIBS) $(GST_LIBS) $(LDADD)
elements_faad_CFLAGS = \