diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2018-11-30 09:48:16 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2018-11-30 11:14:27 +0200 |
commit | 5deb0c670de30689b7019f00f7b67af84f6056d3 (patch) | |
tree | f3eb069b57d7f0898c176272dc243dda51bf1190 /gnu/local.mk | |
parent | 25ca46985ccb26880f98b479d2a3ac862b20006e (diff) | |
download | patches-5deb0c670de30689b7019f00f7b67af84f6056d3.tar patches-5deb0c670de30689b7019f00f7b67af84f6056d3.tar.gz |
gnu: blender: Use newer ffmpeg.
* gnu/packages/graphics.scm (blender)[source]: Add patch for newer
ffmpeg compatability.
[inputs]: Replace ffmpeg-2.8 with ffmpeg.
* gnu/packages/patches/blender-newer-ffmpeg.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index b3235b63d1..5b84eef4ef 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -603,6 +603,7 @@ dist_patch_DATA = \ %D%/packages/patches/beignet-correct-file-names.patch \ %D%/packages/patches/binutils-loongson-workaround.patch \ %D%/packages/patches/blast+-fix-makefile.patch \ + %D%/packages/patches/blender-newer-ffmpeg.patch \ %D%/packages/patches/boost-fix-icu-build.patch \ %D%/packages/patches/borg-respect-storage-quota.patch \ %D%/packages/patches/byobu-writable-status.patch \ |