diff options
author | Diego Biurrun <diego@biurrun.de> | 2013-12-04 12:21:30 -0500 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2013-12-09 11:47:43 +0100 |
commit | d64341e498fa46c6cf4c23d408177d7489559654 (patch) | |
tree | aad240f6948a6737f097b7479473713f00160208 /libavutil/internal.h | |
parent | 61b203ffe6c71789acb14f51483d63fe9e516842 (diff) | |
download | ffmpeg-d64341e498fa46c6cf4c23d408177d7489559654.tar.gz |
configure: Prefix libc-related variables with "libc_"
Simplifies host/target libc detection splitting.
Diffstat (limited to 'libavutil/internal.h')
-rw-r--r-- | libavutil/internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/internal.h b/libavutil/internal.h index 7b178c25ae..33a52266c5 100644 --- a/libavutil/internal.h +++ b/libavutil/internal.h @@ -204,7 +204,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 |