Date: Mon, 29 Mar 2004 12:12:37 -0800 (PST) From: Shizuka Kudo <shizukakudo_99@yahoo.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/64907: multimedia/ffmpeg cannot be built on i386 5.2-CURRENT Message-ID: <20040329201237.15583.qmail@web11410.mail.yahoo.com> Resent-Message-ID: <200403292020.i2TKKFJp099293@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 64907 >Category: ports >Synopsis: multimedia/ffmpeg build problem >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Mar 29 12:20:15 PST 2004 >Closed-Date: >Last-Modified: >Originator: Shizuka Kudo >Release: FreeBSD 5.2-CURRENT i386 >Organization: >Environment: System: FreeBSD shizuka.com 5.2-CURRENT FreeBSD 5.2-CURRENT #20040328: Sun Mar 28 17:31:11 GMT 2003 root@shizuka.com:/usr/obj/usr/src/sys/SHIZUKA i386 i386, FreeBSD-current >Description: multimedia/ffmpeg failed to build with MXX on i386 platform. >How-To-Repeat: cd /usr/ports/multimedia/ffmpeg; make >Fix: multimedia/ffmpeg generates compilation error when build with MMX on i386 5.2-CURRENT. ffmpeg can be built with WITHOUT_MMX option and work OK. The attached patch will use WITHOUT_MMX on i386 5.2-CURRENT. __________________________________ Do you Yahoo!? Yahoo! Finance Tax Center - File online. File on time. http://taxes.yahoo.com/filing.html --0-1329480431-1080591157=:96947 Content-Type: text/x-diff; name="ffmpeg.diff" Content-Description: ffmpeg.diff Content-Disposition: inline; filename="ffmpeg.diff" --- Makefile.orig Sun Mar 21 19:49:00 2004 +++ Makefile Tue Mar 30 04:01:01 2004 @@ -57,7 +57,7 @@ .endif .if ${ARCH} == "i386" && ${OSVERSION} > 502104 -BROKEN= "Does not compile on i386 5.x" +WITHOUT_MMX= yes .endif ## lib detection --0-1329480431-1080591157=:96947-- >Release-Note: >Audit-Trail: >Unformatted: --0-1329480431-1080591157=:96947 Content-Type: text/plain; charset=us-ascii Content-Id: Content-Disposition: inline
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040329201237.15583.qmail>