Commit adda3e4
committed
fix(builder): remove false dependencies from codec libraries
- Remove glslang, libvpl, nvcodecheaders from libvpx, x264, x265,
dav1d, rav1e, vvenc
- Remove libwebp from libvpx dependencies
- Add clarifying comment to Library.Dependencies field
These codec libraries have no actual build-time dependency on hardware
acceleration headers. Hardware acceleration is integrated at FFmpeg
level, not within individual codec libraries.1 parent 267cf3e commit adda3e4
2 files changed
Lines changed: 7 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
526 | 526 | | |
527 | 527 | | |
528 | 528 | | |
529 | | - | |
530 | | - | |
| 529 | + | |
531 | 530 | | |
532 | 531 | | |
533 | 532 | | |
| |||
558 | 557 | | |
559 | 558 | | |
560 | 559 | | |
561 | | - | |
562 | | - | |
| 560 | + | |
563 | 561 | | |
564 | 562 | | |
565 | 563 | | |
| |||
579 | 577 | | |
580 | 578 | | |
581 | 579 | | |
582 | | - | |
583 | | - | |
| 580 | + | |
584 | 581 | | |
585 | 582 | | |
586 | 583 | | |
| |||
597 | 594 | | |
598 | 595 | | |
599 | 596 | | |
600 | | - | |
601 | | - | |
| 597 | + | |
602 | 598 | | |
603 | 599 | | |
604 | 600 | | |
| |||
621 | 617 | | |
622 | 618 | | |
623 | 619 | | |
624 | | - | |
625 | | - | |
| 620 | + | |
626 | 621 | | |
627 | 622 | | |
628 | 623 | | |
| |||
641 | 636 | | |
642 | 637 | | |
643 | 638 | | |
644 | | - | |
645 | | - | |
| 639 | + | |
646 | 640 | | |
647 | 641 | | |
648 | 642 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments