I was assuming those functions were defined in webrtc_full.lib but they appears as unresolved external symbol.
My project used these .lib files:
dvapi32.lib
dmoguids.lib
msdmo.lib
secur32.lib
winmm.lib
ws2_32.lib
wmcodecdspuuid.lib
D3D11.lib
dxgi.lib
gdiplus.lib
webrtc_full.lib
The problem occurs with Debug and Release libs.
Is there other libraries I should link against ?
- Bertho