check: Fix ulpfec test build
The test name was updated but not the build definition
This commit is contained in:
parent
fdf64195ac
commit
c8f442deb0
@ -254,7 +254,7 @@ check_rtpmanager = \
|
|||||||
elements/rtpsession \
|
elements/rtpsession \
|
||||||
elements/rtpstorage \
|
elements/rtpstorage \
|
||||||
elements/rtpred \
|
elements/rtpred \
|
||||||
elements/rtpfec
|
elements/rtpulpfec
|
||||||
else
|
else
|
||||||
check_rtpmanager =
|
check_rtpmanager =
|
||||||
endif
|
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_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_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_rtpulpfec_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_LDADD = $(GST_PLUGINS_BASE_LIBS) $(GST_NET_LIBS) -lgstrtp-$(GST_API_VERSION) $(GIO_LIBS) $(LDADD)
|
||||||
|
|
||||||
# FIXME: configure should check for gdk-pixbuf not gtk
|
# FIXME: configure should check for gdk-pixbuf not gtk
|
||||||
# only need video.h header, not the lib
|
# only need video.h header, not the lib
|
||||||
|
Loading…
x
Reference in New Issue
Block a user