Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkinddragon <kinddragon@users.sourceforge.net>2010-05-09 03:08:00 +0400
committerkinddragon <kinddragon@users.sourceforge.net>2010-05-09 03:08:00 +0400
commitefca6710e177e29b59b0088417e3b44d1d9afa51 (patch)
tree5cb668a985930dff0d44af1ffd6f5a98d31a55a0 /src/apps/mplayerc
parent8ff61506955115d818cb92114606d2ca23c320c5 (diff)
Graph with EVR renderer fixed
Minor fixes git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/branches/videorenderslib@1867 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/apps/mplayerc')
-rw-r--r--src/apps/mplayerc/stdafx.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/apps/mplayerc/stdafx.h b/src/apps/mplayerc/stdafx.h
index 350766bd7..2e06958f9 100644
--- a/src/apps/mplayerc/stdafx.h
+++ b/src/apps/mplayerc/stdafx.h
@@ -68,8 +68,7 @@
#include <streams.h>
#include <dvdmedia.h>
#include <mpconfig.h>
-#ifdef _WIN64
-#else
+#ifndef _WIN64
#include <qt/qt.h>
#endif