From 0b5a35b4a87952465717a76d5dcdadf52b930ba9 Mon Sep 17 00:00:00 2001 From: Steve Lhomme Date: Wed, 13 Nov 2024 14:25:36 +0100 Subject: [PATCH 7/7] only build libmpcdec We don't need anything else for VLC --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 50666fe..237daf1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,6 +25,3 @@ if(NOT MSVC) endif(NOT MSVC) add_subdirectory(libmpcdec) -add_subdirectory(libmpcpsy) -add_subdirectory(libmpcenc) -add_subdirectory(libwavformat) -- 2.45.0.windows.1