android - Linphone compilation error when compiling with x264 in v3.2 -
i have compiled linphone source code without x264 encoder.but when add x264 encoder(i.e. ./prepare.py -denable_x264=yes -denable_non_free_codecs=yes).it gives me error in make step.i think problem in configuration file of x264.i m using ndk-r12b , pre requisites installed. shall grateful.
make[3]: entering directory /home/usman/downloads/linphone-android/work/android-armv7/cmake' [ 19%] creating directories 'ep_x264' [ 19%] no download step 'ep_x264' [ 20%] no patch step 'ep_x264' [ 20%] no update step 'ep_x264' [ 20%] performing configure step 'ep_x264' no working c compiler found. make[3]: *** [/home/usman/downloads/linphone-android/work/android-armv7/stamp/ep_x264/ep_x264-configure] error 1 make[3]: leaving directory
/home/usman/downloads/linphone-android/work/android-armv7/cmake' make[2]: * [cmakefiles/ep_x264.dir/all] error 2 make[2]: leaving directory /home/usman/downloads/linphone-android/work/android-armv7/cmake' make[1]: *** [all] error 2 make[1]: leaving directory
/home/usman/downloads/linphone-android/work/android-armv7/cmake' make: * [armv7-build] error 2
Comments
Post a Comment