From 91fb7420b1dbfe6272e9d21b067d238c646c6afd Mon Sep 17 00:00:00 2001 From: consti10 Date: Thu, 29 Feb 2024 18:01:58 +0100 Subject: [PATCH] small comp fixes --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ccfef12c0..b1d62d88b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -122,7 +122,7 @@ target_link_libraries(QOpenHDApp ) include(lib/h264/h264.cmake) -#include(app/videostreaming/avcodec/avcodec_video.cmake) +include(app/videostreaming/avcodec/avcodec_video.cmake) include(app/videostreaming/android/videostreamingandroid.cmake) #include(GNUInstallDirs)