Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Add default linking for VS build. #542

Merged
merged 1 commit into from
Jul 12, 2021

Conversation

taste1981
Copy link
Collaborator

Add default linking for Windows SDK, to avoid application missing linker input when building.

#pragma comment(lib, "wmcodecdspuuid.lib")
#pragma comment(lib, "amstrmid.lib")
#pragma comment(lib, "strmiids.lib")
#ifdef OWT_USE_MSDK
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please also check MSVC.

@taste1981 taste1981 merged commit fa8b907 into open-webrtc-toolkit:main Jul 12, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants