You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
Merge commit 'f96d07f4ec4193fb5293d7ac8f1324aac3c3ea07'
* commit 'f96d07f4ec4193fb5293d7ac8f1324aac3c3ea07': configure: Add quotes around a variable which might be empty Merged-by: Clément Bœsch <u@pkh.me>
This commit is contained in:
2
configure
vendored
2
configure
vendored
@@ -6395,7 +6395,7 @@ fi
|
|||||||
for pfx in "" host_; do
|
for pfx in "" host_; do
|
||||||
varname=${pfx%_}cc_type
|
varname=${pfx%_}cc_type
|
||||||
eval "type=\$$varname"
|
eval "type=\$$varname"
|
||||||
if [ $type = "msvc" ]; then
|
if [ "$type" = "msvc" ]; then
|
||||||
check_${pfx}cc <<EOF || add_${pfx}cflags -Dinline=__inline
|
check_${pfx}cc <<EOF || add_${pfx}cflags -Dinline=__inline
|
||||||
static inline int foo(int a) { return a; }
|
static inline int foo(int a) { return a; }
|
||||||
EOF
|
EOF
|
||||||
|
Reference in New Issue
Block a user