tests: add GST_PLUGINS_BASE_LIBS for flvdemux check
So it pulls in the right libgsttag-1.0.
This commit is contained in:
parent
c9df481e27
commit
7f112af657
@ -425,7 +425,7 @@ elements_amrparse_LDADD = libparser.la $(LDADD)
|
||||
elements_flacparse_LDADD = libparser.la $(LDADD)
|
||||
|
||||
elements_flvdemux_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(CFLAGS) $(AM_CFLAGS)
|
||||
elements_flvdemux_LDADD = -lgsttag-$(GST_API_VERSION) $(LDADD)
|
||||
elements_flvdemux_LDADD = $(GST_PLUGINS_BASE_LIBS) -lgsttag-$(GST_API_VERSION) $(LDADD)
|
||||
|
||||
elements_mpegaudioparse_LDADD = libparser.la $(LDADD)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user