appunite / AndroidFFmpeg

[DEPRECATED] FFmpeg build for android random architectures with example jni
Apache License 2.0
1.07k stars 471 forks source link

freetype directory not found #85

Closed siddhpuraamitr closed 9 years ago

siddhpuraamitr commented 9 years ago

I have try to execute following command

setup freetype environemtn

cd freetype

but freetype is not found

after that I have execute

cd freetype2/

and then

amit@amit-System-Product-Name:~/AndroidFFmpeg/FFmpegLibrary/jni/freetype2$ ./autogen.sh

but below error is coming out

./autogen.sh: 1: ./autogen.sh: aclocal: not found ./autogen.sh: 55: test: -lt: argument expected ./autogen.sh: 59: test: -gt: argument expected ./autogen.sh: 67: test: -lt: argument expected ./autogen.sh: 71: test: -gt: argument expected ./autogen.sh: 1: ./autogen.sh: libtoolize: not found ./autogen.sh: 55: test: -lt: argument expected ./autogen.sh: 59: test: -gt: argument expected ./autogen.sh: 67: test: -lt: argument expected ./autogen.sh: 71: test: -gt: argument expected ./autogen.sh: 1: ./autogen.sh: autoconf: not found ./autogen.sh: 55: test: -lt: argument expected ./autogen.sh: 59: test: -gt: argument expected ./autogen.sh: 67: test: -lt: argument expected ./autogen.sh: 71: test: -gt: argument expected generating configure.ac' runningaclocal -I . --force' ./autogen.sh: 1: eval: aclocal: not found error while running `aclocal -I . --force'

julianonunes commented 9 years ago

Got the same problem here

kwojtaszek commented 9 years ago

you need to install autoconf and libtool using brew: http://brew.sh