0
我試圖建立與ffmpeg的支持libx264。配置和編譯是成功的,但是當我運行ffmpeg時,應用程序崩潰。ffmpeg的崩潰,並退出代碼0xc0000022
ffmpeg configure option : ./configure --enable-static --enable-libx264 --enable-pthreads --enable-gpl --disable-doc --enable-memalign-hack --extra-ldflags="-L/usr/local/lib"
gcc --version 4.3.4
這裏是GDB轉儲,
$gdb ffmpeg_g.exe
GNU gdb(GDB) 7.2
Copyright(c) 2010 Free Software Foundation
This GDB has configured as mingw32
Reading symbols from C:\work\ffmpeg25jan2011\ffmpeg\ffmpeg_g.exe.....done
(gdb) break main
BreakPoint 1 at 0x40a120 : file ffmpeg.c, line 4317
(gdb) run -V
Starting program: C:\work\ffmpeg25jan2011\ffmpeg\ffmpeg_g.exe
[New Thread]
gdb: Unknown Target exception 0xc0000022 at 0x7c96671e
**During startup program exited with code 0xc0000022**
任何人有任何線索,這可怎麼解決?
我都試過了,最後我通過交叉編譯使Ubuntu的二進制成功。 這裏是我跟着來解決這個鏈接:forums.gentoo.org/viewtopic-p-6359961.html建設有正確的工具版本號ffmpeg.arrozcru.org/autobuilds/ffmpeg/readme/...步驟 – 2011-02-07 08:43:02