Skip to content

A repo for holding 64-bit versions of Cisco's OpenH264 binaries, because Cisco wouldn't do it for some reason

License

Notifications You must be signed in to change notification settings

HippotecLTD/openh264-lib-android-64-bit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

openh264-lib-android-64-bi

A repo for holding 64-bit versions of Cisco's OpenH264 binaries, because Cisco wouldn't do it for some reason.

The "why?"

OpenH264 is Cisco's implementation of the famous H.264 codec. It resides here: https://github.com/cisco/openh264 For some strange reason Cisco will only compile its H.264 Android binaries to 32-bit.

This makes them quite useless since Google is enforcing 64-bit across the board on the Android platform.

The "how?"

All binaries in this repo were compiled from the corrsponding source, using the following commands:

make OS=android NDKROOT=/Users/vaiden/dev/tools/android-ndk-r17c TARGET=android-28 ARCH=arm64 NDKLEVEL=28 NDK_TOOLCHAIN_VERSION=clang

And

make OS=android NDKROOT=/Users/vaiden/dev/tools/android-ndk-r17c TARGET=android-28 ARCH=x86_64 NDKLEVEL=28 NDK_TOOLCHAIN_VERSION=clang

The "where?"

Please take a look at the releases tab.

License

BSD, see LICENSE file for details.

About

A repo for holding 64-bit versions of Cisco's OpenH264 binaries, because Cisco wouldn't do it for some reason

Resources

License

Stars

Watchers

Forks

Packages

No packages published