mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 19:42:26 +00:00
examples: update Makefile.am android bits in controller example
Should fix build failure reported on IRC.
This commit is contained in:
parent
8f282de37d
commit
38e3d6c7fd
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ Android.mk: Makefile.am audio-example.c
|
|||
-:TAGS eng debug \
|
||||
-:REL_TOP $(top_srcdir) -:ABS_TOP $(abs_top_srcdir) \
|
||||
-:SOURCES audio-example.c \
|
||||
-:CFLAGS $(DEFS) $(DEFAULT_INCLUDES) $(audio_example_CFLAGS) \
|
||||
-:CFLAGS $(DEFS) $(DEFAULT_INCLUDES) $(AM_CFLAGS) \
|
||||
-:LDFLAGS -lgstcontroller-@GST_API_VERSION@ \
|
||||
$(GST_OBJ_LIBS) -ldl \
|
||||
-:PASSTHROUGH LOCAL_ARM_MODE:=arm \
|
||||
|
|
Loading…
Reference in a new issue