View Single Post
Old 18th August 2012, 11:54   #10  |  Link
easyfab
Registered User
 
Join Date: Jan 2002
Posts: 332
gurusinghbrar,

Try also to add --prefix=/mingw/i686-pc-mingw32 to ./configure

so for example :

cd fdk-aac-0.1.0
./configure --enable-shared=no --prefix=/mingw/i686-w64-mingw32 ( or another directory )
make -j4
make install
cd ..

cd ffmpeg
PKG_CONFIG_PATH=/mingw/i686-w64-mingw32 /lib/pkgconfig/ ./configure --prefix=/mingw/i686-w64-mingw32 --enable-libfdk-aac --enable-gpl --enable-version3 --enable-nonfree --enable-w32threads --enable-memalign-hack
make -j4
easyfab is offline   Reply With Quote