summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Duponchelle <mathieu@centricular.com>2018-02-21 18:51:17 +0100
committerMathieu Duponchelle <mathieu@centricular.com>2018-02-21 18:51:17 +0100
commitc8f442deb0ce02fe90eeb5c30b099450a512b1fa (patch)
tree122cf0bf078557d32936dea6546187cc1aba079f
parentfdf64195ac8e7d4455b4e1f22e6a9748056ddb0b (diff)
check: Fix ulpfec test build
The test name was updated but not the build definition
-rw-r--r--tests/check/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am
index bda87bee1..a8050ba9e 100644
--- a/tests/check/Makefile.am
+++ b/tests/check/Makefile.am
@@ -254,7 +254,7 @@ check_rtpmanager = \
elements/rtpsession \
elements/rtpstorage \
elements/rtpred \
- elements/rtpfec
+ elements/rtpulpfec
else
check_rtpmanager =
endif
@@ -620,8 +620,8 @@ elements_rtpstorage_LDADD = $(GST_PLUGINS_BASE_LIBS) $(GST_NET_LIBS) -lgstrtp-$(
elements_rtpred_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(CFLAGS) $(AM_CFLAGS)
elements_rtpred_LDADD = $(GST_PLUGINS_BASE_LIBS) $(GST_NET_LIBS) -lgstrtp-$(GST_API_VERSION) $(GIO_LIBS) $(LDADD)
-elements_rtpfec_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(CFLAGS) $(AM_CFLAGS)
-elements_rtpfec_LDADD = $(GST_PLUGINS_BASE_LIBS) $(GST_NET_LIBS) -lgstrtp-$(GST_API_VERSION) $(GIO_LIBS) $(LDADD)
+elements_rtpulpfec_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(CFLAGS) $(AM_CFLAGS)
+elements_rtpulpfec_LDADD = $(GST_PLUGINS_BASE_LIBS) $(GST_NET_LIBS) -lgstrtp-$(GST_API_VERSION) $(GIO_LIBS) $(LDADD)
# FIXME: configure should check for gdk-pixbuf not gtk
# only need video.h header, not the lib