LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   linux ffmpeg .configure option (https://www.linuxquestions.org/questions/linux-software-2/linux-ffmpeg-configure-option-916174/)

linux44 11-29-2011 07:42 AM

linux ffmpeg .configure option
 
Hello,
I need to change ffmpeg to support a library which i installed. It is normally done at the compile time during installation. is there an alternative way to do it and dynamically load the library without recompiling and building ffmpeg again?


thanks

corp769 11-30-2011 12:39 AM

Not that I know of, no. You are better off re-compiling anyway, as it is way more efficient.

linux44 11-30-2011 02:32 AM

Quote:

Originally Posted by corp769 (Post 4537946)
Not that I know of, no. You are better off re-compiling anyway, as it is way more efficient.

Well i have no objection to recompiling it but don't know if that means the ffmpeg is going to go down for few mins or not

when you do a manual recompile(configure, make, make install), will it overwrite the old files, or do i have to delete the old ffmpeg first?

in another word what is a knock on effect of recompiling ffmpeg

Thanks

tajamari 11-30-2011 03:13 AM

Do make clean, make distclean and remove the old directory and start again from zero.


All times are GMT -5. The time now is 12:13 PM.