]> git.pld-linux.org Git - packages/hugin.git/blob - hugin-defaults.patch
- S: autopano-sift
[packages/hugin.git] / hugin-defaults.patch
1 Use mono to run autopanog.exe.
2
3 --- hugin-0.5-beta4/src/include/hugin/config_defaults.h.orig    2005-03-07 21:09:29.000000000 +0100
4 +++ hugin-0.5-beta4/src/include/hugin/config_defaults.h 2005-04-03 19:10:22.256760344 +0200
5 @@ -95,7 +95,7 @@
6  #define HUGIN_APKOLOR_EXE                     "autopano.exe"
7  #define HUGIN_APKOLOR_ARGS   "/allinone /path:%d /keys:%p /project:oto /name:%o /size:1024 /f %i"
8  
9 -#define HUGIN_APSIFT_EXE                      "autopano-win32.exe"
10 +#define HUGIN_APSIFT_EXE                      "/usr/bin/autopanog.exe"
11  #define HUGIN_APSIFT_ARGS                     "--output %o --imagelist %namefile"
12  
13  #define HUGIN_STITCHER_RUN_EDITOR             0l
This page took 0.058393 seconds and 3 git commands to generate.