Am 04.03.25 um 09:33 schrieb Gianluca Cannata:
There were some libraries in a different location that were still linked to
the ffmpeg program instead of the chosen prefix one.
I uninstalled them and re-run the configure script along with make and make
install and everything went ok.
that's why anybody should learn to build packages instead use "make
install" directly on any system
On Fri, Feb 28, 2025 at 11:28:58 +0100, Gianluca Cannata wrote:
I have configured ffmpeg with the following configuration
./configure --prefix=/usr --disable-static --enable-shared --enable-gpl
--enable-version3 --disable-programs --disable-doc --disable-avdevice
With "--disable-programs", you didn't actually build ffmpeg_g, so
you're likely executing the old binary against newer libs. That's bound
not to work.
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user
To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".