3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: ffmpeg: Enable libavresample.

* gnu/packages/video.scm (ffmpeg): Add "--enable-avresample" configure option.
This commit is contained in:
Taylan Ulrich Bayırlı/Kammer 2015-03-06 10:18:39 +01:00
parent 7124119203
commit c85a866ddf

View file

@ -263,6 +263,7 @@ SMPTE 314M.")
(zero? (system*
"./configure"
(string-append "--prefix=" out)
"--enable-avresample"
"--enable-gpl" ; enable optional gpl licensed parts
"--enable-shared"
"--enable-fontconfig"