gnu: ffmpeg: Enable libavresample.
* gnu/packages/video.scm (ffmpeg): Add "--enable-avresample" configure option.
This commit is contained in:
parent
7124119203
commit
c85a866ddf
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue