treewide: Make explicit that 'dev' output of ffmpeg is used
This commit is contained in:
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"
|
||||
|
|
Loading…
Reference in New Issue