Skip to content

Commit

Permalink
Support 32 bit builds with MinGW (#181)
Browse files Browse the repository at this point in the history
* Add missing includes

* Add MinGW binaries
  • Loading branch information
bd339 committed Dec 13, 2016
1 parent 266649b commit 4113620
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Expand Up @@ -42,3 +42,8 @@ xcuserdata/
*.vsscc
*.vspscc
ipch/

# MinGW
mingw/obj/
mingw/debug/
mingw/release/
3 changes: 3 additions & 0 deletions src/Video.cpp
Expand Up @@ -22,6 +22,9 @@
#include "Log.h"
#include "Video.h"

#include <cstring>
#include <cmath>

// TODO: Use 1.1 API calls

namespace dagon {
Expand Down

0 comments on commit 4113620

Please sign in to comment.