[Lunar-commits] r21214 - moonbase/trunk/video/mjpegtools

Dennis Veatch stumbles at lunar-linux.org
Fri Sep 1 01:51:47 UTC 2006


Author: stumbles
Date: 2006-09-01 01:51:47 +0000 (Fri, 01 Sep 2006)
New Revision: 21214

Added:
   moonbase/trunk/video/mjpegtools/BUILD
Log:

Fixes a build problem when libquicktime is installed. On the 
next version bump of mjpegtools, this BUILD should be re-examined
and killed if needed.



Added: moonbase/trunk/video/mjpegtools/BUILD
===================================================================
--- moonbase/trunk/video/mjpegtools/BUILD	                        (rev 0)
+++ moonbase/trunk/video/mjpegtools/BUILD	2006-09-01 01:51:47 UTC (rev 21214)
@@ -0,0 +1,10 @@
+(
+
+# This is a temp fix to address an API change with libquicktime-0.9.9 
+# and above. Re-evaluate on the next version bump of mjpegtools.
+
+  sedit "s/fileno(((quicktime_t \*)lav_file->qt_fd)->stream);/lqt_fileno((quicktime_t \*)lav_file->qt_fd);/" lavtools/lav_io.c
+
+  default_build
+
+) > $C_FIFO 2>&1



More information about the Lunar-commits mailing list