SOURCES: ffmpeg-fork.patch (NEW) - fork() detection is buggy?
glen
glen at pld-linux.org
Tue Jun 26 23:11:58 CEST 2007
Author: glen Date: Tue Jun 26 21:11:58 2007 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- fork() detection is buggy?
---- Files affected:
SOURCES:
ffmpeg-fork.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/ffmpeg-fork.patch
diff -u /dev/null SOURCES/ffmpeg-fork.patch:1.1
--- /dev/null Tue Jun 26 23:11:58 2007
+++ SOURCES/ffmpeg-fork.patch Tue Jun 26 23:11:53 2007
@@ -0,0 +1,14 @@
+--- ffmpeg-export-2007-06-26/vhook/Makefile~ 2007-06-14 19:43:56.000000000 +0300
++++ ffmpeg-export-2007-06-26/vhook/Makefile 2007-06-27 00:08:42.436953372 +0300
+@@ -9,9 +9,9 @@
+ HOOKS=null$(SLIBSUF) fish$(SLIBSUF) watermark$(SLIBSUF)
+ ALLHOOKS=$(HOOKS) ppm$(SLIBSUF) imlib2$(SLIBSUF) drawtext$(SLIBSUF)
+
+-ifeq ($(HAVE_FORK),yes)
++#ifeq ($(HAVE_FORK),yes)
+ HOOKS += ppm$(SLIBSUF)
+-endif
++#endif
+
+ ifeq ($(HAVE_IMLIB2),yes)
+ HOOKS += imlib2$(SLIBSUF)
================================================================
More information about the pld-cvs-commit
mailing list