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

This commit is contained in:
Tuomas Tynkkynen
2016-05-19 10:00:31 +02:00
committed by Vladimír Čunát
parent 8bbc3fe801
commit bb5a922c78
@@ -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"