Opened 17 years ago

Closed 17 years ago

#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)

Attachments (1)

Portfile (2.9 KB) - added by bytestorm@… 17 years ago.
flag fixes, added gpl and postproc variant.

Download all attachments as: .zip

Change History (3)

Changed 17 years ago by bytestorm@…

Attachment: Portfile added

flag fixes, added gpl and postproc variant.

comment:1 Changed 17 years ago by bytestorm@…

This portfile fixes the configure args. I couldn't replicate the faad2 build problem; where does that error show up? Builds for me, (os 10.4.9, xcode 2.4.1, intel c2d).

comment:2 Changed 17 years ago by sfiera@…

Resolution: fixed
Status: newclosed

Resolved by r24827. Thanks for taking maintainership of this port!

Note: See TracTickets for help on using tickets.