aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorVladimir Sukhonosov <xornet@xornet.org>2022-01-21 07:59:02 +0300
committerVladimir Sukhonosov <xornet@xornet.org>2022-01-21 08:26:07 +0300
commit03df44849617122fba9b521006ae147e4520bf73 (patch)
tree2fce438db755881d2a1863a3353e8194ef0c8379 /tests
parenta1d755a5f833c47d9c6fde4da1ec7e9e8631f1ce (diff)
downloadtigervnc-03df44849617122fba9b521006ae147e4520bf73.tar.gz
tigervnc-03df44849617122fba9b521006ae147e4520bf73.zip
H264 Decoder
Linux implementation using ffmpeg
Diffstat (limited to 'tests')
-rw-r--r--tests/perf/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/perf/CMakeLists.txt b/tests/perf/CMakeLists.txt
index 42512cc8..d60b2882 100644
--- a/tests/perf/CMakeLists.txt
+++ b/tests/perf/CMakeLists.txt
@@ -3,6 +3,7 @@ include_directories(${GETTEXT_INCLUDE_DIR})
include_directories(${CMAKE_SOURCE_DIR}/common)
add_library(test_util STATIC util.cxx)
+target_link_libraries(test_util ${H264_LIBRARIES})
add_executable(convperf convperf.cxx)
target_link_libraries(convperf test_util rfb)