diff options
author | Raghav Gururajan <raghavgururajan@disroot.org> | 2020-07-03 11:22:08 -0400 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2020-08-19 02:29:13 +0200 |
commit | ce49fdc62ba6eab483e2e38be13c869c01edf18e (patch) | |
tree | 912bb39fe6016eb3b687561344d989fc3062586f /gnu/local.mk | |
parent | 45b1ec381715ab108760be612a6267e4863a9038 (diff) | |
download | guix-ce49fdc62ba6eab483e2e38be13c869c01edf18e.tar.gz |
gnu: Add transcode.
* gnu/packages/video.scm (transcode): New variable. * gnu/packages/patches/transcode-ffmpeg.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
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 2174393f76..d7f28c7a18 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1605,6 +1605,7 @@ dist_patch_DATA = \ %D%/packages/patches/tipp10-fix-compiling.patch \ %D%/packages/patches/tipp10-remove-license-code.patch \ %D%/packages/patches/tk-find-library.patch \ + %D%/packages/patches/transcode-ffmpeg.patch \ %D%/packages/patches/ttf2eot-cstddef.patch \ %D%/packages/patches/ttfautohint-source-date-epoch.patch \ %D%/packages/patches/tomb-fix-errors-on-open.patch \ |