Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Satoru KUMA
MPEG129-m52280
Commits
e53b0345
Commit
e53b0345
authored
Aug 05, 2019
by
David Flynn
Browse files
scripts: update sample makefile with current pc_error parameters
This updates Makefile.tmc13-step to be compatible with pc_error v0.13
parent
55b4b2fc
Changes
1
Show whitespace changes
Inline
Side-by-side
scripts/Makefile.tmc13-step
View file @
e53b0345
...
...
@@ -85,7 +85,7 @@ $(if $(wildcard $1),$(shell
IFS
=
":
$$
IFS"
;
\
while
read
ARG VAL
;
do
\
[[
$$
ARG
=
~ ^
" "
*
# ]] && continue ;
\
echo
$(
if
$2
,
$2
,--
)
$$
ARG
$$
VAL
;
done
<
"
$1
"
))
echo
$(
if
$2
,
$2
,--
)
$$
ARG
$
${
VAL
:+
=
}
$$
VAL
;
done
<
"
$1
"
))
endef
##
...
...
@@ -218,7 +218,7 @@ decoder.cfg: ;
# generate pc_error report
# -- NB, pc_error dies if the -n sequence doesn't contain normals
# in such a case retry without -n and forgoe the d2 error.
PCERROR_FLAGS
:=
-
c
-l
$(
call
read_cfg,
$(
call
vpath,pcerror.cfg
))
PCERROR_FLAGS
:=
-
-color
--lidar
$(
call
read_cfg,
$(
call
vpath,pcerror.cfg
))
%.bin.decoded.pc_error
:
$(if $(WITH_ERRDEP)
,
$(PCERROR))
%.bin.decoded.pc_error
:
%.bin.decoded.ply pcerror.cfg
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment