treewide: Make explicit that 'dev' output of ffmpeg is used

This commit is contained in:
Tuomas Tynkkynen 2016-04-16 19:49:49 +03:00 committed by Vladimír Čunát
parent 8bbc3fe801
commit bb5a922c78
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
configureFlags = [
"--enable-ldap"
"--with-ffmpeg=${ffmpeg}"
"--with-ffmpeg=${ffmpeg.dev}"
"--with-polarssl=${polarssl}"
"--enable-lime"
"--enable-external-ortp"