You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @IljaKosynkin, I appreciate all of your work on this library!
I've tried to fork FFmpeg-Development-Kit and recompile the ffmpeg .so files with --enable-libfreetype. I was able to successfully compile freetype2 for android first, but when running your configure command for ffmpeg via build_all.sh I keep getting: Error: freetype2 not found.
I've ran through all possible suggestions on the internet about this error message and I cannot seem to figure it out. I need the drawtext filter in order to complete the project I'm working on. Specifically it seems potentially that I'm either a) not compiling freetype2 correctly or b) ffmpeg cannot find where I compiled freetype2.
Have you attempted to enable any other options for ffmpeg that used another 3rd party library? See an example current configure command I'm trying below:
also COMMON is now: export COMMON="--disable-static --disable-programs --disable-doc --enable-shared --enable-protocol=file --enable-pic --enable-small --enable-libfreetype"
Here is my example configure command for building freetype:
Hi @IljaKosynkin, I appreciate all of your work on this library!
I've tried to fork FFmpeg-Development-Kit and recompile the ffmpeg .so files with
--enable-libfreetype
. I was able to successfully compilefreetype2
for android first, but when running yourconfigure
command for ffmpeg viabuild_all.sh
I keep getting:Error: freetype2 not found
.I've ran through all possible suggestions on the internet about this error message and I cannot seem to figure it out. I need the
drawtext
filter in order to complete the project I'm working on. Specifically it seems potentially that I'm either a) not compiling freetype2 correctly or b) ffmpeg cannot find where I compiled freetype2.Have you attempted to enable any other options for ffmpeg that used another 3rd party library? See an example current
configure
command I'm trying below:also
COMMON
is now:export COMMON="--disable-static --disable-programs --disable-doc --enable-shared --enable-protocol=file --enable-pic --enable-small --enable-libfreetype"
Here is my example
configure
command for building freetype:And here is what my built freetype folder looks like:
Any ideas, help, or direction would be immensely appreciated. I've been banging my head on this for several days now 😢
The text was updated successfully, but these errors were encountered: