From 4ec311652afced781ecfc968585c618ab8cb3ebb Mon Sep 17 00:00:00 2001 From: ziyue <1213642868@qq.com> Date: Tue, 29 Jun 2021 18:37:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=AA=E6=89=BE=E5=88=B0=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E5=BA=93=E6=97=B6=EF=BC=8C=E5=85=B3=E9=97=AD=E7=BC=96=E8=AF=91?= =?UTF-8?q?test=5Fplayer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- player/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/player/CMakeLists.txt b/player/CMakeLists.txt index 738610f4..26298b39 100644 --- a/player/CMakeLists.txt +++ b/player/CMakeLists.txt @@ -79,6 +79,7 @@ if (SDL2_FOUND AND AVCODEC_FOUND AND AVUTIL_FOUND AND SWRESAMPLE_FOUND) message(STATUS "${PLAYER_NAME} enabled") else () message(STATUS "${PLAYER_NAME} disabled, please install sdl2 ffmpeg/libavcodec ffmpeg/libavutil ffmpeg/libswresample") + return() endif () aux_source_directory(. SRC_LIST)