diff options
author | Mark H Weaver <mhw@netris.org> | 2016-04-04 22:52:51 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2016-04-04 22:55:52 -0400 |
commit | fd7fd3c1678a63eb22995fef1d1eed09ff57efe6 (patch) | |
tree | 19f52d433fe48ff3bc1e30d8b9073915f353772d /gnu-system.am | |
parent | ae05e366bea4517f1e428799f00f11997ccef661 (diff) |
gnu: libextractor: Add patch to fix build with ffmpeg-3.
* gnu/packages/patches/libextractor-ffmpeg-3.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/gnunet.scm (libextractor)[source]: Add patch.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index d883cdc207..c8048b7750 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -580,6 +580,7 @@ dist_patch_DATA = \ gnu/packages/patches/libcmis-fix-test-onedrive.patch \ gnu/packages/patches/libdrm-symbol-check.patch \ gnu/packages/patches/libevent-dns-tests.patch \ + gnu/packages/patches/libextractor-ffmpeg-3.patch \ gnu/packages/patches/libmtp-devices.patch \ gnu/packages/patches/liboop-mips64-deplibs-fix.patch \ gnu/packages/patches/libotr-test-auth-fix.patch \ |