You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to webm-d...@webmproject.org
i just want to compile libvpx.a why do i need a working android project, i have compile static libraries and they are as simple as confirm the ndk folder and build.
James Zern
unread,
May 9, 2025, 2:26:44 AMMay 9
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to webm-d...@webmproject.org
Hi,
On Thu, May 8, 2025 at 2:11 PM Mohammed Malik <msmal...@gmail.com> wrote:
i just want to compile libvpx.a why do i need a working android project, i have compile static libraries and they are as simple as confirm the ndk folder and build.
libvpx requires a configuration step (using the configure script) to determine which architecture specific optimizations to include in the library. After this step 'build/Android.mk' can be used to build the library. The process is documented in the file [1]. If you have any questions after reviewing those please let me know.