mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +00:00
hlsdemux: Include the m3u8.c file directly in the test because of an automake bug
$(top_srcdir) doesn't seem to work with _SOURCES because that would be too obvious. http://lists.gnu.org/archive/html/automake/2013-09/msg00005.html
This commit is contained in:
parent
d089c53704
commit
3c14457b47
2 changed files with 2 additions and 1 deletions
|
@ -483,7 +483,6 @@ elements_compositor_CFLAGS = $(GST_BASE_CFLAGS) $(CFLAGS) $(AM_CFLAGS)
|
||||||
|
|
||||||
elements_hlsdemux_m3u8_CFLAGS = $(GST_BASE_CFLAGS) $(AM_CFLAGS) -I$(top_srcdir)/ext/hls
|
elements_hlsdemux_m3u8_CFLAGS = $(GST_BASE_CFLAGS) $(AM_CFLAGS) -I$(top_srcdir)/ext/hls
|
||||||
elements_hlsdemux_m3u8_LDADD = $(GST_BASE_LIBS) $(LDADD)
|
elements_hlsdemux_m3u8_LDADD = $(GST_BASE_LIBS) $(LDADD)
|
||||||
elements_hlsdemux_m3u8_SOURCES = elements/hlsdemux_m3u8.c \
|
|
||||||
$(top_srcdir)/ext/hls/m3u8.c
|
$(top_srcdir)/ext/hls/m3u8.c
|
||||||
|
|
||||||
orc_compositor_CFLAGS = $(ORC_CFLAGS)
|
orc_compositor_CFLAGS = $(ORC_CFLAGS)
|
||||||
|
|
|
@ -28,7 +28,9 @@
|
||||||
|
|
||||||
GST_DEBUG_CATEGORY (fragmented_debug);
|
GST_DEBUG_CATEGORY (fragmented_debug);
|
||||||
|
|
||||||
|
#undef GST_CAT_DEFAULT
|
||||||
#include "m3u8.h"
|
#include "m3u8.h"
|
||||||
|
#include "m3u8.c"
|
||||||
|
|
||||||
static const gchar *INVALID_PLAYLIST = "#EXTM3 UINVALID";
|
static const gchar *INVALID_PLAYLIST = "#EXTM3 UINVALID";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue