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:
authorJames Almer <jamrial@gmail.com>2017-11-11 17:40:06 +0300
committerJames Almer <jamrial@gmail.com>2017-11-11 19:15:42 +0300
commit98a9b1f0de0b05e5b48cd938ee63498107975973 (patch)
tree2277a70fefb507e22f0b6abd6ebd22f0ed4271df /libavcodec/internal.h
parentc14f8125a8930ed6b2d4fc138273ee9dc17c05f6 (diff)
parentaccb06120c13a4ead442464d96f2fa318fa07a4e (diff)
Merge commit 'accb06120c13a4ead442464d96f2fa318fa07a4e'
* commit 'accb06120c13a4ead442464d96f2fa318fa07a4e': configure: Use dllexport/dllimport for data symbols across DLLs with mingw Merged-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/internal.h')
-rw-r--r--libavcodec/internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/internal.h b/libavcodec/internal.h
index 522032b108..d47ce0e93d 100644
--- a/libavcodec/internal.h
+++ b/libavcodec/internal.h
@@ -414,7 +414,7 @@ int ff_alloc_a53_sei(const AVFrame *frame, size_t prefix_len,
*/
int64_t ff_guess_coded_bitrate(AVCodecContext *avctx);
-#if defined(_MSC_VER) && CONFIG_SHARED
+#if defined(_WIN32) && CONFIG_SHARED
#ifdef BUILDING_avcodec
# define av_export_avcodec __declspec(dllexport)
#else