]> git.pld-linux.org Git - packages/ffmpeg.git/commitdiff
- fork() detection is buggy?
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 26 Jun 2007 21:11:53 +0000 (21:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ffmpeg-fork.patch -> 1.1

ffmpeg-fork.patch [new file with mode: 0644]

diff --git a/ffmpeg-fork.patch b/ffmpeg-fork.patch
new file mode 100644 (file)
index 0000000..9d55e5d
--- /dev/null
@@ -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)
This page took 0.03705 seconds and 4 git commands to generate.