Changeset 34089 for trunk/ppNorm
- Timestamp:
- Jun 26, 2012, 11:47:13 AM (14 years ago)
- Location:
- trunk/ppNorm
- Files:
-
- 2 edited
-
configure.ac (modified) (2 diffs)
-
src/ppNormCalc.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppNorm/configure.ac
r19585 r34089 8 8 AM_MAINTAINER_MODE 9 9 10 IPP_STD CFLAGS10 IPP_STDLDFLAGS 11 11 12 12 AC_LANG(C) … … 21 21 22 22 IPP_STDOPTS 23 CFLAGS="${CFLAGS=} -Wall -Werror" 23 IPP_STDCFLAGS 24 24 25 25 AC_CONFIG_FILES([ -
trunk/ppNorm/src/ppNormCalc.c
r18071 r34089 86 86 psMetadataItem *compsItem; // Item from iteration 87 87 while ((compsItem = psMetadataGetAndIncrement(compsIter))) { 88 if (compsItem->type != PS_ TYPE_F32) {88 if (compsItem->type != PS_DATA_F32) { 89 89 psLogMsg("ppNormCalc", PS_LOG_WARN, 90 90 "Component %s within exposure %s is not of type F32 --- ignored.\n",
Note:
See TracChangeset
for help on using the changeset viewer.
