cloudtrends / doubango

Automatically exported from code.google.com/p/doubango
0 stars 0 forks source link

pluginWinMF compile error #287

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1>plugin_win_mf_consumer_video.cxx
1>c:\program files\microsoft sdks\windows\v7.1\include\codecapi.h(23) : fatal 
error C1189: #error :  KS.H must be included before codecapi.H
1>plugin_win_mf_producer_audio.cxx
1>plugin_win_mf_producer_video.cxx
1>c:\program files\microsoft sdks\windows\v7.1\include\codecapi.h(23) : fatal 
error C1189: #error :  KS.H must be included before codecapi.H
1>mf_codec.cxx
1>c:\program files\microsoft sdks\windows\v7.1\include\codecapi.h(23) : fatal 
error C1189: #error :  KS.H must be included before codecapi.H
1>mf_custom_src.cxx
1>c:\work\webrtc2sip\doubango\plugins\pluginwinmf\internals\mf_custom_src.cxx(11
04) : error C2065: 'E_ILLEGAL_METHOD_CALL' : undeclared identifier
1>c:\work\webrtc2sip\doubango\plugins\pluginwinmf\internals\mf_custom_src.cxx(11
09) : error C2065: 'E_BOUNDS' : undeclared identifier
1>mf_devices.cxx
1>mf_sample_grabber.cxx

Original issue reported on code.google.com by moleee2@gmail.com on 8 Jul 2013 at 3:19

GoogleCodeExporter commented 9 years ago
More information at 
https://code.google.com/p/boghe/wiki/Building_Boghe_v2#Video_standalone_plugins_
(DLLs)

I'm using Windows SDK 8.0. Will try with 7.1.

For now, unload the project as explained on the above link if you don't know 
how to fix the issue.

Original comment by boss...@yahoo.fr on 8 Jul 2013 at 5:36

GoogleCodeExporter commented 9 years ago
Fixed in r933

Original comment by boss...@yahoo.fr on 13 Jul 2013 at 10:33