aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMistivia <i@mistivia.com>2025-09-13 14:07:15 +0800
committerMistivia <i@mistivia.com>2025-09-13 14:07:15 +0800
commitae14c862d2a3a4ce38c6fbc6ae317b56f8ff4d92 (patch)
treefe886720e7fac5f91830b5761a71a60934e1fac5 /Makefile
parente0ee036ebc12598fdb6261ee3036919ac440a724 (diff)
fix output stream index bug
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2f2ab2f..a454c34 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ CC := gcc
CXX := g++
CFLAGS := -g -Wall
CXXFLAGS := -g -Wall -std=c++14
-LDFLAGS := -lavformat -lavutil -lavcodec
+LDFLAGS := -g -lavformat -lavutil -lavcodec
C_SOURCES := $(shell find . -maxdepth 1 -name '*.c')
CPP_SOURCES := $(shell find . -maxdepth 1 -name '*.cpp')