Ticket #11849 (closed defect: fixed)
Problem building ffmpeg
| Reported by: | clayton.b.cafiero@… | Owned by: | macports-tickets@… |
|---|---|---|---|
| Priority: | High | Milestone: | |
| Component: | ports | Version: | 1.4.3 |
| Keywords: | Cc: | ||
| Port: |
Description
"port install ffmpeg +lame +libogg +faac +faad +xvid +x264 +a52" results in error configuring ffmpeg
Error: Target com.apple.configure returned: configure failure: shell command " cd "/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_multimedia_ffmpeg/work/trunk" && ./configure --prefix=/opt/local --prefix=/opt/local --disable-vhook --mandir=/opt/local/share/man --enable-gpl --enable-shared --enable-pthreads --enable-pp --enable-libmp3lame --enable-libogg --enable-faac --enable-faad --enable-xvid --enable-x264 --enable-a52 " returned error 1
Command output: Unknown option "--enable-faac".
See ./configure --help for available options.
./configure --help gives the following options
--enable-libfaac NOT --enable-faac
--enable-libfaad NOT --enable-faad
--enable-liba52 NOT --enable-a52
Just for fun tried
cd /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_multimedia_ffmpeg/work/trunk
./configure --prefix=/opt/local --prefix=/opt/local --disable-vhook --mandir=/opt/local/share/man --enable-gpl --enable-shared --enable-pthreads --enable-pp --enable-libmp3lame --enable-libogg --enable-libfaac --enable-libfaad --enable-xvid --enable-x264 --enable-liba52
which got me past the first complaint but resulted in
FAAD test failed.
Tried over several times, syncing, install clean-ing, etc. to no avail. Same result.
(OS X 10.4.9)


flag fixes, added gpl and postproc variant.