diff options
| author | Mistivia <i@mistivia.com> | 2025-09-13 14:07:15 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2025-09-13 14:07:15 +0800 |
| commit | ae14c862d2a3a4ce38c6fbc6ae317b56f8ff4d92 (patch) | |
| tree | fe886720e7fac5f91830b5761a71a60934e1fac5 /Makefile | |
| parent | e0ee036ebc12598fdb6261ee3036919ac440a724 (diff) | |
fix output stream index bug
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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') |
