Results 1 to 2 of 2
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 ...
- 11-29-2011 #1Just Joined!
- Join Date
- Nov 2011
- Posts
- 7
recompiling ffmpeg for the .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
- 11-30-2011 #2Linux Guru
- Join Date
- May 2011
- Posts
- 1,843
If the ffmpeg binary is not told about the new library (i.e. at compile time) then I doubt you would be able to get the library to work with ffmpeg. I am no expert of ffmpeg, or compiling in general, that is just my instinct.
What is the library? Is it possible that there is another version of ffmpeg available that has this support built in already (e.g. rpmfusion repo)?
What is your reticence to recompiling ffmpeg?


Reply With Quote