summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2020-03-02 20:51:25 +0000
committeriphydf <iphydf@users.noreply.github.com>2020-03-02 21:07:55 +0000
commit28baf9632f545b6c85235ddbb982369d9a4207ca (patch)
treef0d8c00103b9e542c084f00721c12610e98d2ce7 /cmake
parent2dc639a8a4ef0f3c4fc9d4b7c4ebdc79d2d7f702 (diff)
Remove testing/av_test.c.
It's a maintenance burden. Nobody uses this. It depends on an ancient version of opencv that less and less systems actually have.
Diffstat (limited to 'cmake')
-rw-r--r--cmake/Dependencies.cmake5
1 files changed, 0 insertions, 5 deletions
diff --git a/cmake/Dependencies.cmake b/cmake/Dependencies.cmake
index 5970fde7..8361e8e1 100644
--- a/cmake/Dependencies.cmake
+++ b/cmake/Dependencies.cmake
@@ -25,11 +25,6 @@ pkg_use_module(LIBCONFIG libconfig )
25# For tox-spectest. 25# For tox-spectest.
26pkg_use_module(MSGPACK msgpack ) 26pkg_use_module(MSGPACK msgpack )
27 27
28# For av_test.
29pkg_use_module(OPENCV opencv )
30pkg_use_module(PORTAUDIO portaudio-2.0)
31pkg_use_module(SNDFILE sndfile )
32
33############################################################################### 28###############################################################################
34# 29#
35# :: For MSVC Windows builds. 30# :: For MSVC Windows builds.