Ubuntu ffmpeg won't do mp3
Mario Vukelic
mario.vukelic at dantian.org
Tue Sep 27 19:08:18 UTC 2005
On Tue, 2005-09-27 at 00:00 +0900, Craig Hagerman wrote:
> My impression is that ffmpeg
> for amd64 ubuntu wasn't compiled with mp3 support. Can anyone confirm
> or deny this?
In breezy it is:
apt-get source ffmpeg
cat ffmpeg-0.cvs20050626/debian/rules | grep confflags
confflags += --build $(DEB_HOST_GNU_TYPE)
confflags += --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE)
confflags += --cc=gcc-3.4
confflags += --cc=gcc-3.4
confflags += --enable-gpl --enable-pp
confflags += --enable-zlib --enable-vorbis --enable-libogg --enable-a52
--enable-dts --enable-dc1394
confflags += --disable-debug
confflags += --enable-mp3lame
confflags += --enable-faadbin --enable-faad
confflags += --enable-faac
confflags += --enable-xvid
./configure $(confflags) --prefix=/usr
Kind regards,
Mario
More information about the ubuntu-users
mailing list