fix: 编译视频程序使警告消失

This commit is contained in:
2026-04-02 16:59:08 +08:00
parent 21e7c17aff
commit 7b4a508c46
2 changed files with 10 additions and 2 deletions

View File

@@ -4,6 +4,10 @@ CPPFLAGS ?= -Iinclude -Ithird_party/cjson -Ithird_party/kcp
LDFLAGS ?= -pthread
PYTHON ?= python3
ifeq ($(QUIET_FFMPEG_LOGS),1)
CFLAGS += -DQUIET_FFMPEG_LOGS
endif
BIN_DIR := bin
SRC_DIR := src
CMD_DIR := cmd