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) ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
