updated most things to work on Wheezy
I haven't done the new opencv packages yet, so I just didn't test
compiling that stuff.
Almost all of the changes were related to user-defined string literals
breaking things like "%"PRIu32" (in our code and other people's).
diff --git a/aos/atom_code/camera/HTTPStreamer.cpp b/aos/atom_code/camera/HTTPStreamer.cpp
index a5d42b1..8a896c5 100644
--- a/aos/atom_code/camera/HTTPStreamer.cpp
+++ b/aos/atom_code/camera/HTTPStreamer.cpp
@@ -225,7 +225,7 @@
to_write_ = snprintf(scratch_, sizeof(scratch_),
"\r\n--boundarydonotcross\r\n"
"Content-Type: image/jpeg\r\n"
- "Content-Length: %"PRId32"\r\n"
+ "Content-Length: %" PRId32 "\r\n"
"X-Timestamp: %ld.%06ld\r\n"
"\r\n",
size_,