[FFmpeg-user] ffmpeg: undefined symbol: av_container_fifo_peek, version LIBAVUTIL_59
Gianluca Cannata
gcannata23 at gmail.com
Fri Feb 28 12:28:58 EET 2025
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
--disable-everything --enable-protocol='file, subfile, pipe'
--enable-demuxer='ogg' --enable-muxer=ogg
--enable-decoder='vorbis,theora,opus,flac' --enable-ffprobe --enable-ffmpeg
--enable-debug
to enable debug symbols.
Installation went ok but when I type ffmpeg command I get the the following:
gdb ffmpeg_g
GNU gdb (Ubuntu 12.1-0ubuntu1~22.04.2) 12.1
Copyright (C) 2022 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html
>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<https://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from ffmpeg_g...
(gdb) r
Starting program: /home/gianluca/Lavoro/FFmpeg/ffmpeg/ffmpeg_g
/home/gianluca/Lavoro/FFmpeg/ffmpeg/ffmpeg_g: symbol lookup error:
/home/gianluca/Lavoro/FFmpeg/ffmpeg/ffmpeg_g: undefined symbol:
av_container_fifo_peek, version LIBAVUTIL_59
[Inferior 1 (process 2957287) exited with code 0177]
(gdb) exit
Did I do something wrong ?
Gianluca
More information about the ffmpeg-user
mailing list