mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-01 12:02:27 +00:00
hlsdemux: Compile the m3u8.c directly instead of re-using the .o file
This commit is contained in:
parent
96c273f18a
commit
ea555c6595
1 changed files with 1 additions and 1 deletions
|
@ -483,7 +483,7 @@ elements_compositor_CFLAGS = $(GST_BASE_CFLAGS) $(CFLAGS) $(AM_CFLAGS)
|
|||
|
||||
elements_hlsdemux_m3u8_CFLAGS = $(GST_BASE_CFLAGS) $(AM_CFLAGS) -I$(top_builddir)/ext/hls
|
||||
elements_hlsdemux_m3u8_LDADD = $(GST_BASE_LIBS) $(LDADD) \
|
||||
$(top_builddir)/ext/hls/.libs/libgstfragmented_la-m3u8.o
|
||||
$(top_builddir)/ext/hls/m3u8.c
|
||||
elements_hlsdemux_m3u8_SOURCES = elements/hlsdemux_m3u8.c
|
||||
|
||||
orc_compositor_CFLAGS = $(ORC_CFLAGS)
|
||||
|
|
Loading…
Reference in a new issue