Compliance: Add building option to disable x264 and ffmpeg

This commit is contained in:
yuanyuanxiang
2026-05-27 18:58:29 +02:00
parent 085543b0f1
commit c0a632a4c6
5 changed files with 351 additions and 7 deletions

6
common/config.h Normal file
View File

@@ -0,0 +1,6 @@
// 请设置为禁用防止GPL开源传染性
#define DISABLE_X264_FOR_TEST 0
// 请设置为禁用防止GPL开源传染性
#define DISABLE_FFMPEG_FOR_TEST 0