X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=multimedia%2Fmotion%2Fpatches%2F001-ffmpeg.patch;h=50c57484ccebeb1962d96ecbb444fe3f3f87c290;hp=3489ef23e63445a790ae555bf78225f92326ee67;hb=296d006549c7f099ffab2572ea54c2147cdb548d;hpb=17ab07f44b6360d0d0fd90954248dae6b71fb844 diff --git a/multimedia/motion/patches/001-ffmpeg.patch b/multimedia/motion/patches/001-ffmpeg.patch index 3489ef23e6..50c57484cc 100644 --- a/multimedia/motion/patches/001-ffmpeg.patch +++ b/multimedia/motion/patches/001-ffmpeg.patch @@ -1,8 +1,7 @@ -Index: motion-3.2.7/motion.c -=================================================================== ---- motion-3.2.7.orig/motion.c 2007-06-11 08:27:27.000000000 +0100 -+++ motion-3.2.7/motion.c 2007-06-11 08:27:35.000000000 +0100 -@@ -1279,6 +1279,7 @@ +diff -x .svn -ruN motion-3.2.8.old/motion.c motion-3.2.8/motion.c +--- motion-3.2.8.old/motion.c 2007-03-31 12:54:31.000000000 +0200 ++++ motion-3.2.8/motion.c 2007-03-31 13:08:27.000000000 +0200 +@@ -1282,6 +1282,7 @@ * httpd-control snaps are always enabled. */ @@ -10,7 +9,7 @@ Index: motion-3.2.7/motion.c /* time_current_frame is used both for snapshot and timelapse features */ time_current_frame = cnt->currenttime; -@@ -1288,7 +1289,7 @@ +@@ -1291,7 +1292,7 @@ event(cnt, EVENT_IMAGE_SNAPSHOT, newimg, NULL, NULL, cnt->currenttime_tm); cnt->snapshot = 0; } @@ -19,7 +18,7 @@ Index: motion-3.2.7/motion.c /***** MOTION LOOP - TIMELAPSE FEATURE SECTION *****/ -@@ -1363,9 +1364,9 @@ +@@ -1366,9 +1367,9 @@ event(cnt, EVENT_TIMELAPSEEND, NULL, NULL, NULL, cnt->currenttime_tm);