When I attemt to build for ARMv7a, all I get is cp: cannot stat ‘gst-build/libgstreamer_android.so’: No such file or directory make: *** [obj/local/armeabi-v7a/libgstreamer_android.so] Error 1 How should one build for ARMv7a then?
When I outcomment in `gstreamer_prebuilt.mk` delsharedlib: #@$(call host-rm,$(GSTREAMER_ANDROID_SO)) @$(foreach path,$(wildcard $(GSTREAMER_BUILD_DIR)/sed*), $(call host-rm,$(path))) it builds fine. What is `delsharedlib` doing and why is it cleaning up prematurely?
i met this issue also, someone would fix this issue ?
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.