From 17bf5b71cd58832b05834f7ec1acf43549dcc67a Mon Sep 17 00:00:00 2001 From: Johannes Schickling Date: Tue, 18 Nov 2014 14:09:56 +0100 Subject: [PATCH] warning --- opencv/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/opencv/install.sh b/opencv/install.sh index f2344c8..3f41301 100644 --- a/opencv/install.sh +++ b/opencv/install.sh @@ -19,6 +19,7 @@ make install # configure echo "/usr/local/lib" > /etc/ld.so.conf.d/opencv.conf ldconfig +ln /dev/null /dev/raw1394 # hide warning - http://stackoverflow.com/questions/12689304/ctypes-error-libdc1394-error-failed-to-initialize-libdc1394 # cleanup package manager apt-get remove --purge -y $install_deps && apt-get autoclean && apt-get clean