diff options
-rw-r--r-- | gnu/packages/video.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 3b7161b884..abc970451b 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -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" |