Re: [FFmpeg-user] ffmpeg: undefined symbol: av_container_fifo_peek, version LIBAVUTIL_59

2025-03-04 Thread Reindl Harald
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

Re: [FFmpeg-user] ffmpeg: undefined symbol: av_container_fifo_peek, version LIBAVUTIL_59

2025-03-04 Thread Gianluca Cannata
Hi Moritz, thank you for your support. 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. Sincerely Gianluca

Re: [FFmpeg-user] ffmpeg: undefined symbol: av_container_fifo_peek, version LIBAVUTIL_59

2025-02-28 Thread Moritz Barsnick via ffmpeg-user
Hi, Gianluca, 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 "--dis

[FFmpeg-user] ffmpeg: undefined symbol: av_container_fifo_peek, version LIBAVUTIL_59

2025-02-28 Thread Gianluca Cannata
Good morning, 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 --enable-swresample --disable-swscale --disable-postproc --disable-network --disabl