Commit 06f1897
committed
feat(pkg): compat.opencv unification — source-build 5.0.0 + FFmpeg videoio backend; compat.ffmpeg slimmed
B0: the old install()-CMake compat.opencv (4.13) is replaced by the
source-build form (per the one-compat.opencv decision); compat.opencv5
stays as a transition alias until the opencv module package switches.
B1 (v2 regen, mcpp 0.0.97): de-stub — sources are real tarball paths
(385 files compressed to 19 dir/brace globs, #228), flags on real-path
globs; only fonts/CL-kernels/jpeg12+16 re-compiles stay in build.mcpp
(group-prefixed stub basenames dodge mcpp#239). WITH_FFMPEG=ON reference
build; descriptor deps on compat.ffmpeg 8.1.2 (first compat->compat
dependency). 111KB -> 100KB.
B4: compat.ffmpeg sources 2281 explicit files -> 28 globs (expansion
verified file-for-file identical; every other section byte-identical).
337KB -> 267KB.
tests/examples/opencv rewritten for compat.opencv 5.0.0 with a real
mp4 encode->decode roundtrip via CAP_FFMPEG (R3 acceptance at the
compat layer); passes locally.
DO NOT MERGE before mcpp#240 (post-#233 link inputs miss the
disambiguated object names when dep and consumer share a source
basename — consumers named src/main.cpp would break) ships in a
release and the CI pin is bumped.1 parent a1c937e commit 06f1897
13 files changed
Lines changed: 3179 additions & 2937 deletions
File tree
- .agents/docs
- pkgs/c
- tests/examples/opencv
- tests
- tools
- compat-ffmpeg
- compat-opencv5
- compat-opencv
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
40 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments