Skip to content

Commit 7071515

Browse files
author
Will Gallia
committed
fix niggles on Ubuntu for Capture
1 parent c832e01 commit 7071515

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

include/cinder/CaptureImplLinux.h

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
#include <thread>
77
#include <condition_variable>
8+
#include <atomic>
89

910
namespace cinder {
1011

tools/linux/scripts/trusty-install-deps.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ sudo apt-get -y install \
2323
gstreamer1.0-libav \
2424
gstreamer1.0-alsa \
2525
gstreamer1.0-pulseaudio \
26-
gstreamer1.0-plugins-bad
26+
gstreamer1.0-plugins-bad \
27+
libv4l-dev
2728

2829
# mpg123
2930
wget https://sourceforge.net/projects/mpg123/files/mpg123/1.22.4/mpg123-1.22.4.tar.bz2/download -O mpg123-1.22.4.tar.bz2

0 commit comments

Comments
 (0)