Skip to content

Instantly share code, notes, and snippets.

@drasticactions
Created November 17, 2015 14:30
Show Gist options
  • Save drasticactions/7e82ae00f5f094ceb601 to your computer and use it in GitHub Desktop.
Save drasticactions/7e82ae00f5f094ceb601 to your computer and use it in GitHub Desktop.
FFmpeg config error
/home/t_mil/vlc-msvc/scripts/../wrappers/clwrap -I/home/t_mil/vlc-msvc/vlc/contrib/arm-msvc-mingw32winrt/include -I/home/t_mil/vlc-msvc/vlc/contrib/arm-msvc-mingw32winrt/include -g -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -D__ARM_PCS_VFP -c -Fo./ffconf.6GV6qmvk.o ./ffconf.lQYYz6UN.c
ffconf.lQYYz6UN.c
c:\msys64\home\t_mil\vlc-msvc\headers\winstorecompat.h(46): warning C4005: 'CreateEvent': macro redefinition
C:\Program Files (x86)\Windows Kits\10\include\10.0.10586.0\um\synchapi.h(550): note: see previous definition of 'CreateEvent'
c:\msys64\home\t_mil\vlc-msvc\headers\winstorecompat.h(75): warning C4005: 'CreateSemaphore': macro redefinition
C:\Program Files (x86)\Windows Kits\10\include\10.0.10586.0\um\winbase.h(2993): note: see previous definition of 'CreateSemaphore'
c:\msys64\home\t_mil\vlc-msvc\headers\winstorecompat.h(106): warning C4005: 'CreateMutex': macro redefinition
C:\Program Files (x86)\Windows Kits\10\include\10.0.10586.0\um\synchapi.h(507): note: see previous definition of 'CreateMutex'
./compat/windows/mslink -L/home/t_mil/vlc-msvc/vlc/contrib/arm-msvc-mingw32winrt/lib -L/home/t_mil/vlc-msvc/vlc/contrib/arm-msvc-mingw32winrt/lib -nologo -out:./ffconf.YNQrM7rN.exe ./ffconf.6GV6qmvk.o
Microsoft (R) Incremental Linker Version 14.00.23419.0
Copyright (C) Microsoft Corporation. All rights reserved.
LINK : warning LNK4044: unrecognized option '/LC:/msys64/home/t_mil/vlc-msvc/vlc/contrib/arm-msvc-mingw32winrt/lib'; ignored
LINK : warning LNK4044: unrecognized option '/LC:/msys64/home/t_mil/vlc-msvc/vlc/contrib/arm-msvc-mingw32winrt/lib'; ignored
MSVCRTD.lib(gs_support.obj) : error LNK2019: unresolved external symbol __imp_QueryPerformanceCounter referenced in function __security_init_cookie
MSVCRTD.lib(gs_support.obj) : error LNK2019: unresolved external symbol __imp_GetCurrentProcessId referenced in function __security_init_cookie
MSVCRTD.lib(gs_support.obj) : error LNK2019: unresolved external symbol __imp_GetCurrentThreadId referenced in function __security_init_cookie
MSVCRTD.lib(gs_support.obj) : error LNK2019: unresolved external symbol __imp_GetSystemTimeAsFileTime referenced in function __security_init_cookie
MSVCRTD.lib(tncleanup.obj) : error LNK2019: unresolved external symbol __imp_InitializeSListHead referenced in function "void __cdecl __scrt_initialize_type_info(void)" (?__scrt_initialize_type_info@@YAXXZ)
MSVCRTD.lib(utility_app.obj) : error LNK2019: unresolved external symbol __imp_RoInitialize referenced in function __scrt_initialize_winrt
MSVCRTD.lib(_cpu_disp_.obj) : error LNK2019: unresolved external symbol IsProcessorFeaturePresent referenced in function __isa_available_init
MSVCRTD.lib(helpexcept.obj) : error LNK2019: unresolved external symbol __imp_RaiseException referenced in function __fphelper_raise_exception
./ffconf.YNQrM7rN.exe : fatal error LNK1120: 8 unresolved externals
C compiler test failed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment