Comment 7 for bug 301723

Revision history for this message
Jan Rüegg (rggjan) wrote : Re: ffmpeg -i crashes with segmentation fault

Trying

apt-get build-dep ffmpeg-debian
apt-get source ffmpeg-debian
cd ffmpeg-debian*
make -f debian/rules build-stamp-shared

I got "make -f debian/rules build-stamp-shared
Building FFmpeg for flavors: static shared
DEB_BUILD_OPTIONS are:
Using as CFLAGS:
make: *** No rule to make target `build-stamp-shared'. Stop."

Instead, I tried:
make -f debian/rules build-stamp

what gave me then much more output when debugging with gdb (see attachement)

'ffmpeg --version' on the ubuntu ffmpeg binary gives me:
FFmpeg version r11872+debian_3:0.svn20080206-12ubuntu3, Copyright (c) 2000-2008 Fabrice Bellard, et al.
  configuration: --enable-gpl --enable-pp --enable-swscaler --enable-x11grab --prefix=/usr --enable-libgsm --enable-libtheora --enable-libvorbis --enable-pthreads --disable-strip --enable-libfaad --enable-libfaadbin --enable-liba52 --enable-liba52bin --enable-libdc1394 --enable-shared --disable-static
  libavutil version: 49.6.0
  libavcodec version: 51.50.0
  libavformat version: 52.7.0
  libavdevice version: 52.0.0
  built on Oct 3 2008 22:41:23, gcc: 4.3.2
ffmpeg: missing argument for option '--version'

Anything else I can do?