]> git.pld-linux.org Git - packages/apache1-mod_video.git/commitdiff
- mv apache{,1}-*
authorradek <radek@pld-linux.org>
Sat, 25 Sep 2004 09:32:19 +0000 (09:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_video-webcam.patch -> 1.2

apache-mod_video-webcam.patch [deleted file]

diff --git a/apache-mod_video-webcam.patch b/apache-mod_video-webcam.patch
deleted file mode 100644 (file)
index 3cc6636..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur mod_video-0.1.0/mod_video.c mod_video-0.1.0-p/mod_video.c
---- mod_video-0.1.0/mod_video.c        Sat Sep  9 06:02:30 2000
-+++ mod_video-0.1.0-p/mod_video.c      Sat Aug 18 17:09:44 2001
-@@ -403,7 +403,7 @@
-     }
-     /* select correct video channel */
--    if (select_video_channel(conf->input, device)) {
-+    if (conf->input >= 0 && select_video_channel(conf->input, device)) {
-       close(device);
-       return SERVER_ERROR;
-     }
This page took 0.099925 seconds and 4 git commands to generate.