GNOME Bugzilla – Bug 772842
No -fuse-ld=gold in NDK r13 anymore
Last modified: 2018-11-03 10:21:25 UTC
https://github.com/sdroege/gst-launch-remote/issues/6 We should update our Makefile magic for that somehow.
It's looks like a bug in Android NDK: https://github.com/android-ndk/ndk/issues/75 This bug only affects Windows. A workaround for this is to edit the gstreamer-1.0.mk file and change "-fuse-ld=gold" to "-fuse-ld=gold.exe". I tried this and it worked.
Question is if that also works in NDK r13b, or NDK r12 :) Can you confirm? If so, we can apply that as a workaround for now... otherwise I'd say it's Google's problem and we just don't support that specific version.
Ping?
Going to postpone this for after 1.10.0 if nobody checks this on Windows before Friday. The potential fix is trivial but needs someone to double check if gold.exe (with .exe) works in all versions on Windows.
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/cerbero/issues/37.