~ salmonella-environment-setup (master) d7cff2c45eab8564e3d1ad2dbfe841674c8e2929


commit d7cff2c45eab8564e3d1ad2dbfe841674c8e2929
Author:     Mario Domenech Goulart <mario.goulart@gmail.com>
AuthorDate: Tue Jul 30 20:11:56 2013 -0300
Commit:     Mario Domenech Goulart <mario.goulart@gmail.com>
CommitDate: Tue Jul 30 20:30:31 2013 -0300

    Add libavcodec-dev, libavformat-dev and libswscale-dev for ffmpeg-video

diff --git a/debian-wheezy.sh b/debian-wheezy.sh
index 0004036..e2e7d9a 100755
--- a/debian-wheezy.sh
+++ b/debian-wheezy.sh
@@ -83,6 +83,9 @@ sudo apt-get install \
     openjdk-7-dbg \
     ant \
     libdb5.1-dev \
+    libavcodec-dev \
+    libavformat-dev \
+    libswscale-dev \
 
 ##
 ## Things that are not packaged for Debian
Trap