diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-07-18 16:31:14 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-07-18 16:31:14 +0200 |
commit | 995c30d0d65c1ad8c98897a7b0ff08740dbed38f (patch) | |
tree | 8b38de27f738e90f1d35d2d94a38d5443436c612 /gnu/packages/video.scm | |
parent | 0de9a1be04a2f93bcdf81bdb0f6c2dca12225974 (diff) | |
download | guix-995c30d0d65c1ad8c98897a7b0ff08740dbed38f.tar.gz guix-995c30d0d65c1ad8c98897a7b0ff08740dbed38f.zip |
gnu: libmp4v2: Fix build with C++11.
* gnu/packages/patches/libmp4v2-c++11.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/video.scm (libmp4v2)[source](patches): New field.
Diffstat (limited to 'gnu/packages/video.scm')
-rw-r--r-- | gnu/packages/video.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 995f7fab15..5fa9070ba7 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -2746,6 +2746,7 @@ of modern, widely supported codecs.") "code-archive-downloads/v2/" "code.google.com/mp4v2/mp4v2-" version ".tar.bz2")) (file-name (string-append name "-" version ".tar.bz2")) + (patches (search-patches "libmp4v2-c++11.patch")) (sha256 (base32 "0f438bimimsvxjbdp4vsr8hjw2nwggmhaxgcw07g2z361fkbj683")))) |