Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrcombs <rcombs@rcombs.me>2021-12-21 02:21:05 +0300
committerrcombs <rcombs@rcombs.me>2021-12-23 03:43:34 +0300
commit942f94e830f5821fa61514eebfc6033f65a71fd8 (patch)
tree3f68b8ce34b90ed1c307e6bdae10787fd83a148f /configure
parent4778ab2b1fa993457bb3657de56a12dc9a55f3a0 (diff)
configure: fix setting OBJCCFLAGS
We call this OBJCFLAGS in help text, but common.mak looks for OBJCCFLAGS.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 41912abeb4..b190b57124 100755
--- a/configure
+++ b/configure
@@ -7643,7 +7643,7 @@ LN_S=$ln_s
CPPFLAGS=$CPPFLAGS
CFLAGS=$CFLAGS
CXXFLAGS=$CXXFLAGS
-OBJCFLAGS=$OBJCFLAGS
+OBJCCFLAGS=$OBJCFLAGS
ASFLAGS=$ASFLAGS
NVCCFLAGS=$nvccflags
AS_C=$AS_C