summaryrefslogtreecommitdiff
path: root/libavutil/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavutil/internal.h')
-rw-r--r--libavutil/internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/internal.h b/libavutil/internal.h
index cf3420c6bb..9c5546f3b1 100644
--- a/libavutil/internal.h
+++ b/libavutil/internal.h
@@ -211,7 +211,7 @@ void avpriv_report_missing_feature(void *avc,
void avpriv_request_sample(void *avc,
const char *msg, ...) av_printf_format(2, 3);
-#if HAVE_MSVCRT
+#if HAVE_LIBC_MSVCRT
#define avpriv_open ff_open
#endif