diff options
author | WiSo <wiso@xbmc.org> | 2011-06-19 00:23:46 +0200 |
---|---|---|
committer | Jim Carroll <thecarrolls@jiminger.com> | 2011-06-23 10:15:26 -0400 |
commit | 194473b9ff5a1fd26ed92c690ee27ab172d63973 (patch) | |
tree | 6f8d509596283bba6b0cbb738b54589f31789fd4 | |
parent | 186db0e3b2e4c5ab988f98cc37eebf7d2da2cb3b (diff) |
[WIN32] compile fixes for DXVA.cpp. there's still an CSingleExit Restore
-rw-r--r-- | xbmc/cores/dvdplayer/DVDCodecs/Video/DXVA.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xbmc/cores/dvdplayer/DVDCodecs/Video/DXVA.cpp b/xbmc/cores/dvdplayer/DVDCodecs/Video/DXVA.cpp index 88e986b2c6..276ec59148 100644 --- a/xbmc/cores/dvdplayer/DVDCodecs/Video/DXVA.cpp +++ b/xbmc/cores/dvdplayer/DVDCodecs/Video/DXVA.cpp @@ -40,6 +40,7 @@ #include "boost/shared_ptr.hpp" #include "utils/AutoPtrHandle.h" #include "settings/AdvancedSettings.h" +#include "threads/Atomics.h" #define ALLOW_ADDING_SURFACES 0 |