bolds07 / ffmpeg-for-android-for-dummies

This repository intent to be an ultimate guide for anyone who needs to build ffmpeg for android
GNU Lesser General Public License v2.1
1 stars 1 forks source link

error with ubuntu18.04 ffmpeg4.1 #1

Open 714273725 opened 5 years ago

714273725 commented 5 years ago

I copy your build script and only change the ffmpeg version to 4.1 can you help me to fine what's wrong? .................. /home/gjy/ndk/android-ndk-r16b-linux-x86_64/android-ndk-r16b/toolchain/arm/bin/../lib/gcc/arm-linux-androideabi/4.9.x/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lharfbuzz /home/gjy/ndk/ffmpeg-4.1/temp/lib/libfreetype.a(autofit.o):/home/gjy/ndk/ffmpeg-4.1/freetype/src/autofit/autofit.c:function af_cjk_metrics_init: error: undefined reference to 'hb_buffer_create' ..................

bolds07 commented 5 years ago

you are having problem related to libfreetype... you can either try to upgrade your ndk to latest or comment the libfreetype support in the build script