OSDN Git Service

Fixed VapourSynth registry path for Non-WOW64 (i.e. 32-Bit) versions of Windows....
authorlordmulder <mulder2@gmx.de>
Tue, 27 Aug 2013 19:35:17 +0000 (21:35 +0200)
committerlordmulder <mulder2@gmx.de>
Tue, 27 Aug 2013 19:35:17 +0000 (21:35 +0200)
src/thread_vapoursynth.cpp
src/version.h

index f86a1e0..f097d7b 100644 (file)
@@ -178,7 +178,7 @@ bool VapourSynthCheckThread::detectVapourSynthPath3(QString &path)
        X264_DELETE(m_vpsDllPath);
        path.clear();
 
-       static const wchar_t *VPS_REG_KEY = L"SOFTWARE\\Wow6432Node\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\VapourSynth_is1";
+       static const wchar_t *VPS_REG_KEY = L"SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\VapourSynth_is1";
 
        //Determine the VapourSynth install path from registry
        QString vapoursynthPath; HKEY hKey = NULL;
index 3b82044..021363e 100644 (file)
 
 #define VER_X264_MAJOR 2
 #define VER_X264_MINOR 2
-#define VER_X264_PATCH 0
-#define VER_X264_BUILD 568
+#define VER_X264_PATCH 1
+#define VER_X264_BUILD 574
 
-#define VER_X264_MINIMUM_REV 2339
-#define VER_X264_CURRENT_API 135
+#define VER_X264_MINIMUM_REV 2350
+#define VER_X264_CURRENT_API 138
 #define VER_X264_AVS2YUV_VER 242
 
 #define VER_X264_PRE_RELEASE (0)