hlsdemux: Use $(top_srcdir) instead of $(top_builddir) for the include path
authorSebastian Dröge <sebastian@centricular.com>
Thu, 4 Sep 2014 16:01:45 +0000 (19:01 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Thu, 4 Sep 2014 16:01:45 +0000 (19:01 +0300)
tests/check/Makefile.am

index cfb5b00..4376ed8 100644 (file)
@@ -481,7 +481,7 @@ libs_aggregator_CFLAGS = \
 elements_compositor_LDADD = $(LDADD)  $(GST_BASE_LIBS)
 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_CFLAGS = $(GST_BASE_CFLAGS) $(AM_CFLAGS) -I$(top_srcdir)/ext/hls
 elements_hlsdemux_m3u8_LDADD = $(GST_BASE_LIBS) $(LDADD) \
                          $(top_builddir)/ext/hls/m3u8.c
 elements_hlsdemux_m3u8_SOURCES = elements/hlsdemux_m3u8.c