hlsdemux: Compile the m3u8.c directly instead of re-using the .o file

This commit is contained in:
Sebastian Dröge 2014-09-04 17:52:35 +03:00
parent 96c273f18a
commit ea555c6595

View file

@ -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)