We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 957f3a4 commit e607ff4Copy full SHA for e607ff4
lib/SRC/AR/Makefile.in
@@ -63,6 +63,7 @@ $(AR_HOME)/include/AR/matrix.h \
63
$(AR_HOME)/include/AR/param.h \
64
$(AR_HOME)/include/AR/arImageProc.h \
65
$(AR_HOME)/include/AR/arFilterTransMat.h \
66
+$(AR_HOME)/include/AR/paramGL.h \
67
68
69
OBJS = \
@@ -95,6 +96,7 @@ paramDistortion.o \
95
96
paramChangeSize.o \
97
paramFile.o \
98
paramLT.o \
99
+paramGL.o \
100
paramDisp.o \
101
ar3DCreateHandle.o \
102
ar3DUtil.o \
util/check_id/check_id.c
@@ -61,6 +61,7 @@
61
#include <AR/param.h> // arParamDisp()
62
#include <AR/ar.h>
#include <AR/gsub_lite.h>
+#include <AR/paramGL.h>
#include <AR/arMulti.h>
#include <ARUtil/time.h>
0 commit comments