diff options
author | Matthew Wozniak <me@woz.blue> | 2024-11-18 20:48:48 -0500 |
---|---|---|
committer | Matthew Wozniak <me@woz.blue> | 2024-11-18 20:48:48 -0500 |
commit | 0f942c806786bdf1fa608d5cf32fdf8a418236b0 (patch) | |
tree | b41b6c281bd5e29090bb1336e3aa1e925ad75a2d /compile_flags.txt | |
parent | 983d0be5920f43b281154a167693ceaad86d8da4 (diff) | |
download | rt-0f942c806786bdf1fa608d5cf32fdf8a418236b0.tar.gz rt-0f942c806786bdf1fa608d5cf32fdf8a418236b0.zip |
switch to using FFmpeg for encoding, add audio
Diffstat (limited to 'compile_flags.txt')
-rw-r--r-- | compile_flags.txt | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/compile_flags.txt b/compile_flags.txt index 118e065..69c62ea 100644 --- a/compile_flags.txt +++ b/compile_flags.txt @@ -1,9 +1,7 @@ --target -i686-pc-windows-msvc --include -stdbool.h +-m32 -I3p -Wpedantic -Wextra -std=c23 -Wno-gnu-zero-variadic-macro-arguments +-IC:/Users/wozniak/scoop/persist/vcpkg/installed/x86-windows-static/include |