Skip to content

Instantly share code, notes, and snippets.

@davidgao
Created June 11, 2014 02:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidgao/4c500577ca6c90e28794 to your computer and use it in GitHub Desktop.
Save davidgao/4c500577ca6c90e28794 to your computer and use it in GitHub Desktop.
diff motion-3.2.12/motion.c /root/motion-3.2.12/motion.c
95,96d94
< struct image_data *tmp;
< int i;
115,116c113
<
< //struct image_data *tmp;
---
> struct image_data *tmp;
127c124
< //int i;
---
> int i;
2261d2257
< int motion_threads_running = 0;
2357,2358c2353
<
< //int motion_threads_running = 0;
---
> int motion_threads_running = 0;
diff motion-3.2.12/netcam.c /root/motion-3.2.12/netcam.c
1410,1415c1410
< netcam_buff_ptr buffer;
< int len;
< netcam_buff *xchg;
< struct timeval curtime;
< struct stat statbuf;
<
---
>
1419c1414
< /*netcam_buff_ptr buffer;
---
> netcam_buff_ptr buffer;
1423c1418
< struct stat statbuf;*/
---
> struct stat statbuf;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment