On Sun, 28 Dec 2008 18:18:04 -0500, AliReza Khoshgoftar  
<[email protected]> wrote:
> Sorry for re-posting, but just wanted to give you my "./configure"  
> options so that you can check if anything is missing:
>
> *alir...@ubuntu:~/ffmpeg$ ffmpeg -version*
>>
> *FFmpeg version SVN-r16025, Copyright (c) 2000-2008 Fabrice Bellard, et  
> al.*
>> *  configuration: --enable-gpl --enable-postproc --enable-pthreads
>> --enable-libfaac --enable-libfaad --enable-libmp3lame --enable-libtheora
>> --enable-libx264 --enable-libvorbis --enable-libgsm --disable-mmx
>> --disable-mmx2 --disable-ssse3 --disable-armv5te --disable-armv6
>> --disable-armvfp --disable-iwmmxt --disable-mmi --disable-neon  
>> --disable-vis
>> --enable-shared --disable-static --disable-stripping*

Looks good to me....

Make sure that your program is linking against the special library you  
built.

Compile your program and run "ldd" to see which libraries your program  
links against.

>> Regarding to my previous post:
>> I have tried some other combinations of "./configure" options, but I  
>> still
>> get some errors.
>> So here are some question:
>>
>> 1) Can this be related to permission issues in Linux?(Since the  
>> libraries
>> should be installed in usr/local, and I am always asked for root  
>> password to
>> access it, is there a way to disable this password asking?)

As I mentioned in my other reply, check out this post
http://lists.mplayerhq.hu/pipermail/libav-user/2008-November/001726.html

and another I wrote about how to build multiple versions of a library, and  
swap which one your program links against:
http://lists.mplayerhq.hu/pipermail/libav-user/2008-September/001326.html

-- 
Michael Conrad
IntelliTree Solutions llc.
513-552-6362
[email protected]
_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to