After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 762913 - ndk-build of Android apps fails on Windows due to invalid path
ndk-build of Android apps fails on Windows due to invalid path
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: cerbero
1.7.1
Other Windows
: Normal normal
: 1.7.90
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-03-01 09:27 UTC by Xavi Artigas
Modified: 2016-03-01 12:17 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix extraneous spaces in path when copying plugins' java code (1.41 KB, patch)
2016-03-01 09:27 UTC, Xavi Artigas
committed Details | Review

Description Xavi Artigas 2016-03-01 09:27:47 UTC
Created attachment 322728 [details] [review]
Fix extraneous spaces in path when copying plugins' java code

Calling ndk-build from Windows silently fails to copy the androidmedia java files (GstAmcOnFrameAvailableListener.java) to the project's src directory due to extra spaces in the path.

Didn't happen on 1.6.x because this java file didn't exist.

Bug present in 1.7.1 and 1.7.2.

Doesn't happen on Linux, probably 'make' works differently.

Attached patch solves the problem on Windows.
Comment 1 Sebastian Dröge (slomo) 2016-03-01 12:16:21 UTC
commit 551f0d41809ea06064aae3fe88e966be9a744d11
Author: Xavi Artigas <xartigas.bugzilla@gmail.com>
Date:   Tue Mar 1 09:27:00 2016 +0000

    android: Fix extraneous spaces in path when copying plugins' java code
    
    Required on Windows, otherwise copying does not work at all.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=762913