summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2017-11-19 18:26:45 -0300
committerJames Almer <jamrial@gmail.com>2017-11-19 18:26:45 -0300
commitc9cd990dcc8e3bdfb3be8eacd6ce62e1da8b4077 (patch)
treebcda783886df572c4cf966efd8510be717f4595f /configure
parentc6f7eb86639f7efffa777c5732fa41d89fdd2ff9 (diff)
parent3152058bf1dca318898550efacf0286f4836cae6 (diff)
Merge commit '3152058bf1dca318898550efacf0286f4836cae6'
* commit '3152058bf1dca318898550efacf0286f4836cae6': libavcodec: Don't use dllexport, only dllimport when building DLLs Merged-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index efd7ffecde..8262358138 100755
--- a/configure
+++ b/configure
@@ -4957,7 +4957,7 @@ case $target_os in
mingw32*|mingw64*)
target_os=mingw32
if enabled shared; then
- # Cannot build both shared and static libs when using dllexport.
+ # Cannot build both shared and static libs when using dllimport.
disable static
fi
enabled shared && ! enabled small && check_cmd $windres --version && enable gnu_windres