Hi, I recently had formatted my system. and i setup ffmpeg. but now i dont
know what broke. I am unable to compile ffmpeg.c properly.
ffmpeg works properly  even lame and faac do.

lame
$ ./configure --enable-shared --disable-static --with-mp4v2=no
CFLAGS='-I/usr/l
ocal/include' LDFLAGS='-L/usr/local/lib'
faac
$ ./configure --enable-shared --disable-static CFLAGS='-I/usr/loc
al/include' LDFLAGS='-L/usr/local/lib'
ffmpeg
$ ./configure --extra-cflags="-I/usr/local/include"
--extra-ldflags="-L/usr/loc
al/lib" --enable-shared --disable-static --enable-gpl --enable-postproc
--enable-pthreads --enable-ffplay --disa
ble-ffserver --enable-memalign-hack --enable-libmp3lame --enable-nonfree
--enab
le-libfaac --arch=x86 --enable-swscale --enable-avfilter

i tried to compile ffmpeg.c to see if every thing is working normally . But
i get all these errors i haven't encountered before.

The error log. http://pastebin.com/LxgkQhB9
can anyone tell me what is wrong?

-- 
Aditya
_______________________________________________
libav-api mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-api

Reply via email to