mirror of https://github.com/FFmpeg/FFmpeg.git
When targeting the "windows store application" (metro) API subset (or the windows phone API subset), the getenv function isn't available. If it is unavailable, just define getenv to NULL. The check uses check_func_headers, since the function actually might exist in the libraries, but is hidden in the headers. The fallback is in config.h since msvc can't do -D defines with parameters on the command line, and it's used both within the libraries and the frontend applications (so a libavutil internal header wouldn't be enough). Signed-off-by: Martin Storsjö <martin@martin.st>pull/16/head
parent
2b677ffca5
commit
2cca96e670
1 changed files with 3 additions and 0 deletions
Loading…
Reference in new issue