[35694] trunk/dports/multimedia/ffmpeg/Portfile
reiffert at macports.org
reiffert at macports.org
Thu Apr 3 01:00:09 PDT 2008
Revision: 35694
http://trac.macosforge.org/projects/macports/changeset/35694
Author: reiffert at macports.org
Date: 2008-04-03 01:00:08 -0700 (Thu, 03 Apr 2008)
Log Message:
-----------
ffmpeg: libswscale compiles on intel leopard now. Fixes #14694.
Modified Paths:
--------------
trunk/dports/multimedia/ffmpeg/Portfile
Modified: trunk/dports/multimedia/ffmpeg/Portfile
===================================================================
--- trunk/dports/multimedia/ffmpeg/Portfile 2008-04-03 07:59:05 UTC (rev 35693)
+++ trunk/dports/multimedia/ffmpeg/Portfile 2008-04-03 08:00:08 UTC (rev 35694)
@@ -4,7 +4,7 @@
name ffmpeg
version 0.4.9-pre1
-revision 6
+revision 7
categories multimedia
maintainers acho at macports.org openmaintainer
description Digital VCR and streaming server
@@ -64,6 +64,9 @@
platform darwin i386 {
# Fix Leopard problems by disabling assembly for now; see #13019.
configure.args-append --disable-mmx
+ post-patch {
+ reinplace "s|defined\(ARCH_X86\) \&\& defined\(CONFIG_GPL\)|defined\(ARCH_X86\) \\\&\\\& defined\(CONFIG_GPL\) \\\&\\\& \\\!defined\(__APPLE__\)|g" libswscale/rgb2rgb.c
+ }
}
variant gpl description {allow use of GPL code, the resulting libav* and ffmpeg will be under GPL} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080403/d58cb7b1/attachment-0001.html
More information about the macports-changes
mailing list