mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
Add missing DEFAULT_INCLUDES on androgenizer call
Fix building of the libgstvideo module on Android by adding the missing and needed $(DEFAULT_INCLUDES) to CFLAGS for the androgenizer call on gst-libs/gst/video/Makefile.am Before this change, building was failing due to gst-plugins-base/ and gst-plugins-base/gst-libs/gst/video being left out of the include path.
This commit is contained in:
parent
9f4b71b2a7
commit
1a8ee4536c
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ Android.mk: Makefile.am $(BUILT_SOURCES)
|
||||||
-:REL_TOP $(top_srcdir) -:ABS_TOP $(abs_top_srcdir) \
|
-:REL_TOP $(top_srcdir) -:ABS_TOP $(abs_top_srcdir) \
|
||||||
-:SOURCES $(libgstvideo_@GST_MAJORMINOR@_la_SOURCES) \
|
-:SOURCES $(libgstvideo_@GST_MAJORMINOR@_la_SOURCES) \
|
||||||
$(nodist_libgstvideo_@GST_MAJORMINOR@_la_SOURCES) \
|
$(nodist_libgstvideo_@GST_MAJORMINOR@_la_SOURCES) \
|
||||||
-:CFLAGS $(DEFS) $(libgstvideo_@GST_MAJORMINOR@_la_CFLAGS) \
|
-:CFLAGS $(DEFS) $(DEFAULT_INCLUDES) $(libgstvideo_@GST_MAJORMINOR@_la_CFLAGS) \
|
||||||
-:LDFLAGS $(libgstvideo_@GST_MAJORMINOR@_la_LDFLAGS) \
|
-:LDFLAGS $(libgstvideo_@GST_MAJORMINOR@_la_LDFLAGS) \
|
||||||
$(libgstvideo_@GST_MAJORMINOR@_la_LIBADD) \
|
$(libgstvideo_@GST_MAJORMINOR@_la_LIBADD) \
|
||||||
-ldl \
|
-ldl \
|
||||||
|
|
Loading…
Reference in a new issue