check: Don't forget base CFLAGS for flvdemux check
elements/flvdemux.c:25:25: fatal error: gst/tag/tag.h: No such file or directory
This commit is contained in:
parent
ca9b6b55e6
commit
0ece1f0c49
@ -424,6 +424,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_mpegaudioparse_LDADD = libparser.la $(LDADD)
|
||||
|
Loading…
x
Reference in New Issue
Block a user