summarylogtreecommitdiffstats
path: root/archlinux.patch
blob: d3fbfd0270825f6ab70c671fc08cbb3b8e4063cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
diff --git a/YUViewApp/YUViewApp.pro b/YUViewApp/YUViewApp.pro
index 4e5c0d34..09afecd2 100644
--- a/YUViewApp/YUViewApp.pro
+++ b/YUViewApp/YUViewApp.pro
@@ -19,7 +19,7 @@ win32 {
 
 unix:!mac {
     isEmpty(PREFIX) {
-        PREFIX = /usr/local
+        PREFIX = /usr
     }
     isEmpty(BINDIR) {
         BINDIR = bin
diff --git a/YUViewLib/src/common/typedef.h b/YUViewLib/src/common/typedef.h
index cf267b8f..05d41fb3 100644
--- a/YUViewLib/src/common/typedef.h
+++ b/YUViewLib/src/common/typedef.h
@@ -212,12 +212,7 @@ private:
 #define YUVIEW_VERSION "Unknown"
 #endif
 
-#ifndef YUVIEW_HASH
 #define VERSION_CHECK 0
-#define YUVIEW_HASH 0
-#else
-#define VERSION_CHECK 1
-#endif
 
 #define MAX_RECENT_FILES 10