summaryrefslogtreecommitdiff
path: root/gr-video-sdl
diff options
context:
space:
mode:
authorJohnathan Corgan2012-03-22 15:07:04 -0700
committerJohnathan Corgan2012-03-22 15:07:04 -0700
commita21499503e97189644b882ec12210ed4fa501414 (patch)
treed230144dec0bb46507a536079f5c10c03ad829df /gr-video-sdl
parentb62700ab8fad6343378b816a2e4f88170bf7d8dd (diff)
parent69c9100b8221f8b485e3acc07e99d5f410909d5e (diff)
downloadgnuradio-a21499503e97189644b882ec12210ed4fa501414.tar.gz
gnuradio-a21499503e97189644b882ec12210ed4fa501414.tar.bz2
gnuradio-a21499503e97189644b882ec12210ed4fa501414.zip
Merge branch 'master' into next
Diffstat (limited to 'gr-video-sdl')
-rw-r--r--gr-video-sdl/src/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-video-sdl/src/CMakeLists.txt b/gr-video-sdl/src/CMakeLists.txt
index 3bfe9bb62..0c2069112 100644
--- a/gr-video-sdl/src/CMakeLists.txt
+++ b/gr-video-sdl/src/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright 2011 Free Software Foundation, Inc.
+# Copyright 2011-2012 Free Software Foundation, Inc.
#
# This file is part of GNU Radio
#
@@ -106,7 +106,7 @@ foreach(py_qa_test_file ${py_qa_test_files})
${CMAKE_BINARY_DIR}/gnuradio-core/src/lib/swig
${CMAKE_BINARY_DIR}/gr-video-sdl/src
)
- set(GR_TEST_TARGET_DEPS gruel gnuradio-core gnuradio-video-sdl)
+ set(GR_TEST_TARGET_DEPS volk gruel gnuradio-core gnuradio-video-sdl)
GR_ADD_TEST(${py_qa_test_name} ${PYTHON_EXECUTABLE} ${py_qa_test_file})
endforeach(py_qa_test_file)
endif(ENABLE_TESTING AND ENABLE_PYTHON)