mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-13 02:45:35 +00:00
Add missing default include paths to androgenizer call
Fixes building tag/ with Android's NDK
This commit is contained in:
parent
5c58bcfd15
commit
7559fb29a4
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ Android.mk: Makefile.am
|
|||
-:TAGS eng debug \
|
||||
-:REL_TOP $(top_srcdir) -:ABS_TOP $(abs_top_srcdir) \
|
||||
-:SOURCES $(libgsttag_@GST_MAJORMINOR@_la_SOURCES) \
|
||||
-:CFLAGS $(DEFS) $(libgsttag_@GST_MAJORMINOR@_la_CFLAGS) \
|
||||
-:CFLAGS $(DEFS) $(DEFAULT_INCLUDES) $(libgsttag_@GST_MAJORMINOR@_la_CFLAGS) \
|
||||
-:LDFLAGS $(libgsttag_@GST_MAJORMINOR@_la_LDFLAGS) \
|
||||
$(libgsttag_@GST_MAJORMINOR@_la_LIBADD) \
|
||||
-ldl \
|
||||
|
|
Loading…
Reference in a new issue