projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bda4eae
)
hlsdemux: Use $(top_srcdir) instead of $(top_builddir) for the include path
author
Sebastian Dröge
<sebastian@centricular.com>
Thu, 4 Sep 2014 16:01:45 +0000
(19:01 +0300)
committer
Sebastian Dröge
<sebastian@centricular.com>
Thu, 4 Sep 2014 16:01:45 +0000
(19:01 +0300)
tests/check/Makefile.am
patch
|
blob
|
history
diff --git
a/tests/check/Makefile.am
b/tests/check/Makefile.am
index
cfb5b00
..
4376ed8
100644
(file)
--- a/
tests/check/Makefile.am
+++ b/
tests/check/Makefile.am
@@
-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_
build
dir)/ext/hls
+elements_hlsdemux_m3u8_CFLAGS = $(GST_BASE_CFLAGS) $(AM_CFLAGS) -I$(top_
src
dir)/ext/hls
elements_hlsdemux_m3u8_LDADD = $(GST_BASE_LIBS) $(LDADD) \
$(top_builddir)/ext/hls/m3u8.c
elements_hlsdemux_m3u8_SOURCES = elements/hlsdemux_m3u8.c