Skip to content

Commit

Permalink
New library needed for compiling mjpg_streamer
Browse files Browse the repository at this point in the history
At least I got compile errors without that. That plus
jacksonliam/mjpg-streamer#3 (after
merge!) should fix the mjpg_streamer issues with kernel 3.18
  • Loading branch information
foosel committed Feb 11, 2015
1 parent be29719 commit cc3f791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chroot_script
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ pushd /home/pi
sudo usermod -a -G dialout pi

#mjpg-streamer
sudo apt-get -y --force-yes install subversion libjpeg8-dev imagemagick libav-tools cmake
sudo apt-get -y --force-yes install subversion libjpeg8-dev imagemagick libav-tools cmake libv4l-dev
gitclone https://github.com/jacksonliam/mjpg-streamer.git
pushd mjpg-streamer
mv mjpg-streamer-experimental/* .
Expand Down

0 comments on commit cc3f791

Please sign in to comment.