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

View File

@@ -5,7 +5,7 @@ extern "C" {
#include <x264\x264.h>
}
#define DISABLE_X264_FOR_TEST 0
#include "common/config.h"
class CX264Encoder
{