I just checked out and compiled the latest source from SVN. I'm running
Fedora Core 6 on an amd64 processor. The build went smoothly:

--- FFMPEG CONFIGURATION SECTION --------------
quicktime/ffmpeg/configure --disable-mmx --disable-altivec
Install prefix   /usr/local
Source path      /home/jim/tmp/hvirtual/quicktime/ffmpeg
C compiler       gcc
make             make
CPU              x86_64 (generic)
Big Endian       no
inttypes.h       yes
broken inttypes.h no
MMX enabled      no
Vector Builtins  yes
gprof enabled    no
zlib enabled     yes
libgsm enabled   no
mp3lame enabled  no
libogg enabled   no
vorbis enabled   no
theora enabled   no
faad enabled     no
faadbin enabled  no
faac enabled     no
xvid enabled     no
x264 enabled     no
a52 support      no
a52 dlopened     no
dts support      no
pp support       no
debug symbols    yes
strip symbols    yes
optimize         yes
shared pp        no
Video hooking    yes
SDL support      yes
Imlib2 support   no
freetype support yes
Sun medialib support no
pthreads support no
AMR-NB float support no
AMR-NB fixed support no
AMR-WB float support no
AMR-WB IF2 support no
network support      yes
IPv6 support         yes
License: LGPL
creating avconfig.mak and avconfig.h


Summary of mandatory components:
 libogg                  found
 libvorbis               found
 libvorbisenc            found
 libvorbisfile           found
 libtheora               found
 OpenEXR                 found
 libdv                   found
 libpng                  found
 libjpeg libraries       found
 libjpeg headers         found
 libtiff libraries       found
 libtiff headers         found
 FreeType 2              found
 libx264 libraries       found
 libx264 headers         found
 libuuid libraries       found
 libuuid headers         found
 mjpegtools              found
 libfftw3 libraries      found
 libfftw3 headers        found
 liba52 libraries        found
 liba52 headers          found
 libmp3lame libraries    found
 libmp3lame headers      found
 libsndfile libraries    found
 libsndfile headers      found
 libfaac libraries       found
 libfaac headers         found
 libfaad libraries       found
 libfaad headers         found

Summary of optional components:
 ESD subsystem           found
ESD (Enlightenment Sound Daemon) is enabled
 ALSA subsystem          found
ALSA is enabled
 libraw1394              found
 libiec61883             found
 libavc1394 libraries    found
 libavc1394 headers      found
 librom1394 libraries    found
 librom1394 headers      found
Firewire is enabled
 OpenGL 2.0 libraries    missing
Hardware acceleration using OpenGL 2.0 is disabled

When ever I try to render video to anything other than yuv4mpeg, I get an
error like this:

Render::run 10
signal_entry: got SIGSEGV my pid=7212 execution table size=16:
   mwindow.C: load_filenames: 1151
   mwindow.C: load_filenames: 1153
   vrender.C: run: 414
   vrender.C: process_buffer: 103
   vrender.C: process_buffer: 113
   bchash.C: copy_from: 255
   bchash.C: copy_from: 258
   bchash.C: copy_from: 267
   bchash.C: copy_from: 255
   bchash.C: copy_from: 258
   bchash.C: copy_from: 267
   bchash.C: copy_from: 255
   bchash.C: copy_from: 258
   bchash.C: copy_from: 267
   vrender.C: run: 416
   vrender.C: run: 555
signal_entry: lock table size=13
   0x1add360 CWindowTool::input_lock CWindowTool::run
   0xb08d40 BC_Synchronous::next_command BC_Synchronous::run
   0x1baf310 TransportQue::output_lock PlaybackEngine::run
   0x1bafd00 MainIndexes::input_lock MainIndexes::run 1
   0x1c24f90 ResourceThread::draw_lock ResourceThread::run
   0x1b02820 TransportQue::output_lock PlaybackEngine::run
   0x18f68b0 LoadClient::input_lock LoadClient::run
   0x1b25200 BC_WindowBase::event_condition BC_WindowBase::get_event
   0x1a33790 BC_WindowBase::event_condition BC_WindowBase::get_event
   0x1b04280 BC_WindowBase::event_condition BC_WindowBase::get_event
   0x1c60d20 BC_WindowBase::event_condition BC_WindowBase::get_event
   0x1903ea0 BC_WindowBase::event_condition BC_WindowBase::get_event
   0x1bb1ec0 BC_WindowBase::event_condition BC_WindowBase::get_event
BC_Signals::dump_buffers: buffer table size=0
BC_Signals::delete_temps: deleting 0 temp files
SigHandler::signal_handler total files=0
Aborted

Any idea what the problem might be?

Reply via email to