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:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index a9a4fd74ee..10c9c15f9b 100755
--- a/configure
+++ b/configure
@@ -1975,7 +1975,7 @@ print_config CONFIG_ $TMPH config.mak $CONFIG_LIST \
$PROTOCOL_LIST \
if test "$targetos" = darwin; then
- echo "#define CONFIG_DARWIN 1" >> $TMPH
+ echo "#define SYS_DARWIN 1" >> $TMPH
fi
echo "#define restrict $_restrict" >> $TMPH