Changeset 29945
- Timestamp:
- Dec 6, 2010, 9:55:36 AM (15 years ago)
- Location:
- branches/haf_branches/videophot2010/ippTools/src
- Files:
-
- 5 added
- 3 edited
-
Makefile.am (modified) (5 diffs)
-
pxtools.h (modified) (1 diff)
-
pxvideophot.c (added)
-
pxvideophot.h (added)
-
videophottool.c (added)
-
videophottool.h (added)
-
videophottoolConfig.c (added)
-
warptool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/haf_branches/videophot2010/ippTools/src/Makefile.am
r29528 r29945 28 28 pubtool \ 29 29 diffphottool \ 30 minidvodbtool 30 minidvodbtool \ 31 videophottool 31 32 32 33 pkginclude_HEADERS = \ … … 47 48 pxtoolsErrorCodes.h \ 48 49 pxtree.h \ 50 pxvidephot.h \ 49 51 pxwarp.h 50 52 … … 76 78 pubtool.h \ 77 79 diffphottool.h \ 78 minidvodbtool.h 80 minidvodbtool.h \ 81 videophottool.h 79 82 80 83 lib_LTLIBRARIES = libpxtools.la … … 100 103 pxtoolsErrorCodes.c \ 101 104 pxtree.c \ 105 pxvideophot.c \ 102 106 pxwarp.c 103 107 … … 284 288 diffphottoolConfig.c 285 289 290 videophottool_CFLAGS = $(PSLIB_CFLAGS) $(PSMODULES_CFLAGS) $(IPPDB_CFLAGS) 291 videophottool_LDADD = $(PSLIB_LIBS) $(PSMODULES_LIBS) $(IPPDB_LIBS) libpxtools.la 292 videophottool_SOURCES = \ 293 videophottool.c \ 294 videophottoolConfig.c 295 286 296 minidvodbtool_CFLAGS = $(PSLIB_CFLAGS) $(PSMODULES_CFLAGS) $(IPPDB_CFLAGS) 287 297 minidvodbtool_LDADD = $(PSLIB_LIBS) $(PSMODULES_LIBS) $(IPPDB_LIBS) libpxtools.la -
branches/haf_branches/videophot2010/ippTools/src/pxtools.h
r28486 r29945 48 48 #include "pxmagic.h" 49 49 #include "pxspace.h" 50 #include "pxvideophot.h" 50 51 51 52 # define MAX_ROWS 10e9 -
branches/haf_branches/videophot2010/ippTools/src/warptool.c
r29717 r29945 994 994 psString thisWhere = NULL; 995 995 if (whereStr) { 996 psStringAppend(&thisWhere, whereStr);996 psStringAppend(&thisWhere, "%s", whereStr); 997 997 } 998 998 psStringAppend(&thisWhere, "\nAND warpRun.label = '%s'", label);
Note:
See TracChangeset
for help on using the changeset viewer.
