ffmpeg_5-full: fix build
This commit is contained in:
parent
b29670fbf8
commit
3510c633c8
1 changed files with 4 additions and 0 deletions
|
@ -258,6 +258,10 @@ stdenv.mkDerivation rec {
|
|||
--replace /usr/local/lib/frei0r-1 ${frei0r}/lib/frei0r-1
|
||||
substituteInPlace doc/filters.texi \
|
||||
--replace /usr/local/lib/frei0r-1 ${frei0r}/lib/frei0r-1
|
||||
'' +
|
||||
# ffmpeg 5.1 https://trac.ffmpeg.org/ticket/9841
|
||||
''
|
||||
substituteInPlace tests/Makefile --replace 'include $(SRC_PATH)/tests/fate/imf.mak' ""
|
||||
'';
|
||||
|
||||
configurePlatforms = [];
|
||||
|
|
Loading…
Reference in a new issue