Commit 5244ebe
committed
sanjuuni: fix build with FFmpeg 7
Sanjuuni fails with FFmpeg 7:
```
configure: error: Could not find
libswresample library.
```
(per https://hydra.nixos.org/build/274775547)
libswresample is part of FFmpeg.
Upstream recommends this fix (we
apply a similar one):
MCJack123/sanjuuni#22 (comment)
Breakage introduced in:
#3378551 parent 553e373 commit 5244ebe
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
34 | 40 | | |
35 | 41 | | |
36 | 42 | | |
| |||
0 commit comments