#13372 closed defect (fixed)
ffmpeg +lame compiles, but libmp3lame is not detected
Reported by: | liontooth@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.5.2 |
Keywords: | Cc: | ||
Port: |
Description
I configured ffmpeg as follows, using +lame:
FFmpeg version SVN-r9102, Copyright (c) 2000-2007 Fabrice Bellard, et al.
configuration: --prefix=/opt/local --prefix=/opt/local --disable-vhook --mandir=/opt/local/share/man --enable-shared --enable-pthreads --disable-mmx --enable-libmp3lame --enable-libogg --enable-gpl --enable-libfaac --enable-xvid --enable-x264 libavutil version: 49.4.0 libavcodec version: 51.40.4 libavformat version: 51.12.1 built on Nov 21 2007 23:14:46, gcc: 4.0.1 (Apple Inc. build 5465)
However, libmp3lame is not found:
Input #0, dv, from 'test.dv':
Duration: 00:01:15.1, start: 0.000000, bitrate: 28771 kb/s Stream #0.0: Video: dvvideo, yuv411p, 720x480, 28771 kb/s, 29.97 fps(r) Stream #0.1: Audio: pcm_s16le, 48000 Hz, stereo, 1536 kb/s
Unknown codec 'libmp3lame'
Looks like a build problem.
David
Attachments (1)
Change History (5)
Changed 17 years ago by bytestorm@…
Attachment: | ffmpeg-0.4.9pre1_3.patch added |
---|
comment:1 Changed 17 years ago by bytestorm@…
The easiest way I could find to fix this was to version bump to a more recent version. #ffmpeg said "use latest and go away"
Update applies necessary changes to make ffmpeg build with all variants. Please push this update for me (maintainer/openmaintainer)
comment:3 Changed 17 years ago by acho@…
Milestone: | → Port Bugs |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Version bumps ffmpeg to a more recent revision.