opencv/modules/videoio
Adam Borowski 7b0d1c932e Get rid of sysctl includes on Linux.
The 'sysctl' syscall has been strongly deprecated on Linux for ages.
Currently, on old architectures it will spam syslog whenever used, and on
newer ones it's missing from the headers altogether.  Opencv has migrated
away on Linux already, but #includes were left lingering.  This commit
removes them on non-__APPLE__, unbreaking x32 (and probably others).
2015-01-13 01:52:56 +01:00
..
include/opencv2 Merge pull request #3504 from a-wi:VideoCapture_get_const_v3 2014-12-26 14:37:47 +00:00
perf Split highgui module to videoio and highgui 2014-07-14 23:16:47 +04:00
src Get rid of sysctl includes on Linux. 2015-01-13 01:52:56 +01:00
test Disabled videoio_video_prop_fps test 2014-10-24 11:37:15 +04:00
CMakeLists.txt Extracted repeated cmake instruction block 2014-10-17 18:14:53 +04:00