From ebb7aeef9bd3aa58a982784f865d455d0cc14227 Mon Sep 17 00:00:00 2001 From: ziyue <1213642868@qq.com> Date: Tue, 29 Jun 2021 18:26:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=92=AD=E6=94=BE=E5=99=A8=E6=B2=BF=E7=94=A8?= =?UTF-8?q?=E4=B9=8B=E5=89=8D=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- player/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/player/CMakeLists.txt b/player/CMakeLists.txt index a5c71605..738610f4 100644 --- a/player/CMakeLists.txt +++ b/player/CMakeLists.txt @@ -72,7 +72,7 @@ else () endif () endif () -set(PLAYER_NAME "player") +set(PLAYER_NAME "test_player") #如果ffmpeg/libavcodec ffmpeg/libavcodec SDL 都安装了则编译播放器 if (SDL2_FOUND AND AVCODEC_FOUND AND AVUTIL_FOUND AND SWRESAMPLE_FOUND)