diff options
| author | Mistivia <i@mistivia.com> | 2025-09-14 00:30:41 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2025-09-14 00:30:41 +0800 |
| commit | 35c8f8e94f0346856130b2a96a7c99790796e53f (patch) | |
| tree | 8fbf1e5e8b99d8cdfa41765f4a9776d4d891acb6 /Makefile | |
| parent | a4daf467f871b0e77f07f1071b47b960da7bfba9 (diff) | |
add aws s3 client
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -2,7 +2,9 @@ CC := gcc CXX := g++ CFLAGS := -g -Wall CXXFLAGS := -g -Wall -std=c++14 -LDFLAGS := -g -lavformat -lavutil -lavcodec +LDFLAGS := -g \ + -lavformat -lavutil -lavcodec \ + -laws-cpp-sdk-core -laws-cpp-sdk-s3 C_SOURCES := $(shell find . -maxdepth 1 -name '*.c') CPP_SOURCES := $(shell find . -maxdepth 1 -name '*.cpp') |
