Dear Carl,

I have compiled FFMPEG from source with the following configurations:

./configure \  --prefix="$HOME/ffmpeg_build" \
--pkg-config-flags="--static" \
--extra-cflags="-I$HOME/ffmpeg_build/include" \
--extra-ldflags="-L$HOME/ffmpeg_build/lib" \  --extra-libs="-lpthread
-lm" \  --bindir="$HOME/bin" \  --enable-gpl \  --enable-libass \
--enable-libfdk-aac \  --enable-libfreetype \  --enable-libmp3lame \
--enable-libopus \  --enable-libtheora \  --enable-libvorbis \
--enable-libvpx \  --enable-libx264 \  --enable-libx265 \
--enable-nonfree


When I want to compile, for example, metadata.c example, I receive

the following error:

        *Segmentation fault (core dumped)*


However, the created cli tool is working perfectly.


I have also added $HOME/ffmpeg_build/lib to /etc/ld.so.conf

I read your answer here
<http://www.ffmpeg-archive.org/Segmentation-fault-core-dumped-when-run-ffmpeg-td4659806.html>
that you have recommended to use

 --disable-pthreads and make FFMPEG.

I did the same, but I still have the same problem.

Can you help me on this?




Best,

Davood Falahati
_______________________________________________
Libav-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/libav-user

Reply via email to