mstorsjo / fdk-aac

A standalone library of the Fraunhofer FDK AAC code from Android.

Home Page:https://sourceforge.net/projects/opencore-amr/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trouble with compiling aac-enc.c

fugokidi opened this issue · comments

I've trouble with compiling an example encoder. I linked with wavreader. But still no success. May I know the correct way to get aac-enc get running. I'm sorry for asking the compilation, I'm really in trouble. Thank you. What I did is
I run autoconf, ./configure, make
I run gcc -c -o wavreader.o wavreader.c
I run gcc aac-enc.c wavreader.o -o aac-enc
It failed.

./configure --enable-example
make

Thank you very much, it absolutely solves the problem. You guys are amazing.