[Bug 755375] Fonts not copied properly on Android.

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Sep 22 18:17:45 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=755375

--- Comment #7 from Nicolas Dufresne (stormer) <nicolas.dufresne at collabora.co.uk> ---
If you where using the provided makefile, you'd this would be copied to the
right location in your project.

See ndk-build/gstreamer-1.0.mk:
copyfontsres_$(TARGET_ARCH_ABI):
    @$(call host-mkdir,assets/fontconfig)
    @$(call host-mkdir,assets/fontconfig/fonts/truetype/)
    @$(call
host-cp,$(GSTREAMER_NDK_BUILD_PATH)/fontconfig/fonts.conf,assets/fontconfig)
    @$(call
host-cp,$(GSTREAMER_NDK_BUILD_PATH)/fontconfig/fonts/Ubuntu-R.ttf,assets/fontconfig/fonts/truetype)
copycacertificatesres_$(TARGET_ARCH_ABI):
    @$(call host-mkdir,assets/ssl/certs)
    @$(call
host-cp,$(GSTREAMER_ROOT)/etc/ssl/certs/ca-certificates.crt,assets/ssl/certs)

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list