[46041] trunk/dports/multimedia/ffmpeg-devel/Portfile

devans at macports.org devans at macports.org
Tue Jan 27 12:57:19 PST 2009


Revision: 46041
          http://trac.macports.org/changeset/46041
Author:   devans at macports.org
Date:     2009-01-27 12:57:18 -0800 (Tue, 27 Jan 2009)
Log Message:
-----------
ffmpeg-devel: remove inappropriate configure options.

Modified Paths:
--------------
    trunk/dports/multimedia/ffmpeg-devel/Portfile

Modified: trunk/dports/multimedia/ffmpeg-devel/Portfile
===================================================================
--- trunk/dports/multimedia/ffmpeg-devel/Portfile	2009-01-27 20:37:00 UTC (rev 46040)
+++ trunk/dports/multimedia/ffmpeg-devel/Portfile	2009-01-27 20:57:18 UTC (rev 46041)
@@ -71,7 +71,7 @@
         --disable-vhook \
         --mandir=${prefix}/share/man \
         --enable-shared --enable-pthreads \
-        --disable-mmx --disable-mmx2 ---disable-ssse3 \
+        --disable-mmx \
         --cc=gcc-4.0
 
 test.run        yes
@@ -101,9 +101,9 @@
 # needs testing on i386 platform to verify
 #
 
-variant mmx description {enable mmx, mmx2, ssse3 optimizations ; may not build in gcc-4.2 or xcode 3.0 gcc-4.0} {
+variant mmx description {enable mmx optimizations ; may not build in gcc-4.2 or xcode 3.0 gcc-4.0} {
 # make no-mmx default and allow mmx enabling for the brave.
-    configure.args-delete --disable-mmx --disable-mmx2 ---disable-ssse3
+    configure.args-delete --disable-mmx 
 # Fix Leopard problems by disabling the cavs decoder for now (is this still required?)
     configure.args-append --disable-decoder=cavs
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090127/92285cd9/attachment.html>


More information about the macports-changes mailing list