Skip to content

Commit

Permalink
adding support for building and running unit tests for windows implem…
Browse files Browse the repository at this point in the history
…entation h264 decoder
  • Loading branch information
allydurks committed Mar 8, 2019
1 parent 19b7eaf commit 2ad2784
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions third_party/winuwp_h264/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,7 @@ static_library("winuwp_h264") {
"//system_wrappers:system_wrappers",
]

if (is_win) {
libs = ["runtimeobject.lib"]
}
}
1 change: 1 addition & 0 deletions third_party/winuwp_h264/H264Encoder/H264StreamSink.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ enum StreamOperation {

class H264MediaSink;

#pragma warning(disable : 4467)
[uuid("4b35435f-44ae-44a0-9ba0-b84f9f4a9c19")]
class IAsyncStreamSinkOperation : public IUnknown {
public:
Expand Down

0 comments on commit 2ad2784

Please sign in to comment.