We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c832e01 commit 7071515Copy full SHA for 7071515
include/cinder/CaptureImplLinux.h
@@ -5,6 +5,7 @@
5
6
#include <thread>
7
#include <condition_variable>
8
+#include <atomic>
9
10
namespace cinder {
11
tools/linux/scripts/trusty-install-deps.sh
@@ -23,7 +23,8 @@ sudo apt-get -y install \
23
gstreamer1.0-libav \
24
gstreamer1.0-alsa \
25
gstreamer1.0-pulseaudio \
26
- gstreamer1.0-plugins-bad
+ gstreamer1.0-plugins-bad \
27
+ libv4l-dev
28
29
# mpg123
30
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