[94275] trunk/dports/multimedia/mjpegtools

ryandesign at macports.org ryandesign at macports.org
Wed Jun 13 13:04:00 PDT 2012


Revision: 94275
          https://trac.macports.org/changeset/94275
Author:   ryandesign at macports.org
Date:     2012-06-13 13:03:58 -0700 (Wed, 13 Jun 2012)
Log Message:
-----------
mjpegtools: fix build error "use of undeclared identifier 'DeleteRegion'" (seen with clang or gcc47+) using upstream patch (#32207)

Modified Paths:
--------------
    trunk/dports/multimedia/mjpegtools/Portfile

Added Paths:
-----------
    trunk/dports/multimedia/mjpegtools/files/patch-y4mdenoise-MotionSearcher.hh.diff

Modified: trunk/dports/multimedia/mjpegtools/Portfile
===================================================================
--- trunk/dports/multimedia/mjpegtools/Portfile	2012-06-13 19:40:38 UTC (rev 94274)
+++ trunk/dports/multimedia/mjpegtools/Portfile	2012-06-13 20:03:58 UTC (rev 94275)
@@ -26,6 +26,8 @@
                 port:libdv \
                 path:lib/libquicktime.dylib:libquicktime
 
+patchfiles      patch-y4mdenoise-MotionSearcher.hh.diff
+
 configure.args  --enable-simd-accel \
                 --disable-sdltest \
                 --without-x

Added: trunk/dports/multimedia/mjpegtools/files/patch-y4mdenoise-MotionSearcher.hh.diff
===================================================================
--- trunk/dports/multimedia/mjpegtools/files/patch-y4mdenoise-MotionSearcher.hh.diff	                        (rev 0)
+++ trunk/dports/multimedia/mjpegtools/files/patch-y4mdenoise-MotionSearcher.hh.diff	2012-06-13 20:03:58 UTC (rev 94275)
@@ -0,0 +1,11 @@
+--- y4mdenoise/MotionSearcher.hh.orig
++++ y4mdenoise/MotionSearcher.hh
+@@ -2196,7 +2196,7 @@
+ 	{
+ 		// This region is too small to be bothered with.
+ 		// Just get rid of it.
+-		DeleteRegion (a_pRegion);
++		this->DeleteRegion (a_pRegion);
+ 	}
+ 	else
+ 	{
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120613/cf14d967/attachment-0001.html>


More information about the macports-changes mailing list