Commit 8937da2
committed
fix: install FFmpeg dev packages for CNA's video-decoding pkg-config check
Configure now gets past SDL3's X11/XTEST checks and the easy-gl sibling
checkout (previous 3 commits), and fails one step further: CNA's
CMakeLists.txt unconditionally (on any non-MinGW/Emscripten/Android
build) does `pkg_check_modules(... REQUIRED libavcodec/libavformat/
libavutil/libswresample)` for its FFmpeg-based video decoding, and
none of those 4 pkg-config modules were installed.
Added libavcodec-dev, libavformat-dev, libavutil-dev,
libswresample-dev to both editor jobs' apt-get install lists.1 parent ddfb600 commit 8937da2
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
287 | 287 | | |
288 | 288 | | |
289 | 289 | | |
| 290 | + | |
290 | 291 | | |
291 | 292 | | |
292 | 293 | | |
| |||
386 | 387 | | |
387 | 388 | | |
388 | 389 | | |
| 390 | + | |
389 | 391 | | |
390 | 392 | | |
391 | 393 | | |
| |||
0 commit comments