libx265-android icon indicating copy to clipboard operation
libx265-android copied to clipboard

ndk compile version of libx265: You can download the origin source code from https://bitbucket.org/multicoreware/x265/ . Because the license of origin source code was GNU GPL v2.0, I set the license o...

Results 6 libx265-android issues
Sort by recently updated
recently updated
newest added

now after compiling, the x265.pc file the prefix is /usr/local, it's wrong solution: for example arm64-v8a: update the build_script/arm64-v8a/build.sh file: cmake ../../../source \ ... -DNEON_ANDROID=1 \ -DCMAKE_INSTALL_PREFIX=${OUTPUT_PREFIX}/arm64-v8a ... make -j{NUMBER_OF_CORES}...

Ubuntu, Android NDK 16b ? I build this failed in mac os x,Android NDK 16b

![image](https://user-images.githubusercontent.com/7480854/208060129-e742a25a-20d9-48d8-a26a-84665782f7b6.png) how to fix this problem? please help me! thx a lot!

error: undefined reference to 'ftello64' error: undefined reference to 'fseeko64'

CMake Error: CMake was unable to find a build program corresponding to "Unix Makefiles". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool. CMake Error: CMAKE_C_COMPILER...

在华为mate10测试,编码速率特别低 有什么优化选项需要开启么?