diff options
author | Andreas Enge <andreas@enge.fr> | 2013-12-13 11:32:25 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2013-12-13 11:32:25 +0100 |
commit | 31f9322e6fdecc6addcf8a67e0200bf1f457a7d7 (patch) | |
tree | e8a1d9e142030a3b03dbccb007b88de1eccf9154 /gnu-system.am | |
parent | a31f4d35571376a0842aa3d044c4da12e17d3dbc (diff) | |
download | guix-31f9322e6fdecc6addcf8a67e0200bf1f457a7d7.tar guix-31f9322e6fdecc6addcf8a67e0200bf1f457a7d7.tar.gz |
gnu: ffmpeg: Check via "make fate".
* gnu/packages/patches/ffmpeg-check.patch: Drop patch.
* gnu-system.am (dist_patch_DATA): Unregister patch.
* gnu/packages/video.scm (ffmpeg): Drop patch and use "fate" as test target
as recommended at http://trac.ffmpeg.org/ticket/3177#comment:11 .
* gnu/packages/video.scm
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu-system.am b/gnu-system.am index 312ca1c61d..d2c7aae6bd 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -230,7 +230,6 @@ dist_patch_DATA = \ gnu/packages/patches/diffutils-gets-undeclared.patch \ gnu/packages/patches/dmd-getpw.patch \ gnu/packages/patches/emacs-configure-sh.patch \ - gnu/packages/patches/ffmpeg-check.patch \ gnu/packages/patches/findutils-absolute-paths.patch \ gnu/packages/patches/flac-fix-memcmp-not-declared.patch \ gnu/packages/patches/flex-bison-tests.patch \ |