1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 00:03:03 +04:00

Merge pull request #13422 from mshabunin:split-videoio-cmake

* Split videoio dependencies search into pieces, removed obsolete backends
This commit is contained in:
Maksim Shabunin
2018-12-26 15:50:20 +03:00
committed by Alexander Alekhin
parent e267342108
commit 73959fed45
52 changed files with 737 additions and 5230 deletions
-4
View File
@@ -3,8 +3,6 @@
// of this distribution and at http://opencv.org/license.html
#include "perf_precomp.hpp"
#ifdef HAVE_VIDEO_INPUT
namespace opencv_test
{
using namespace perf;
@@ -35,5 +33,3 @@ PERF_TEST_P(VideoCapture_Reading, ReadFile, testing::ValuesIn(bunny_files) )
}
} // namespace
#endif // HAVE_VIDEO_INPUT