diff options
| author | Andoni Morales Alastruey <ylatuya@gmail.com> | 2013-03-18 19:16:08 +0100 | 
|---|---|---|
| committer | Andoni Morales Alastruey <ylatuya@gmail.com> | 2013-03-18 19:19:15 +0100 | 
| commit | e5693c4c5fc992e1bf481250e7696839c4978bf2 (patch) | |
| tree | fdbfcee7f69bf8fde2e0d6bf9dd9cd4ed5689e55 /data | |
| parent | 8b513e431552ca797420dc26483fe88cded3f888 (diff) | |
ndk-build: fix link stage
Diffstat (limited to 'data')
| -rwxr-xr-x | data/ndk-build/gstreamer.mk | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/data/ndk-build/gstreamer.mk b/data/ndk-build/gstreamer.mk index 54fbdfe..2969b97 100755 --- a/data/ndk-build/gstreamer.mk +++ b/data/ndk-build/gstreamer.mk @@ -170,7 +170,7 @@ $(GSTREAMER_ANDROID_O): genstatic  # Creates a shared library including gstreamer, its plugins and all the dependencies  buildsharedlibrary: $(GSTREAMER_ANDROID_O)  	@$(HOST_ECHO) "GStreamer      : [LINK] => $(GSTREAMER_ANDROID_SO)" -	@$(TARGET_CC) $(GSTREAMER_ANDROID_CMD) +	@$(GSTREAMER_ANDROID_CMD)  copyjavasource:  	@$(call host-mkdir,src/com/gstreamer) | 
