mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue