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 = [
|
configureFlags = [
|
||||||
"--enable-ldap"
|
"--enable-ldap"
|
||||||
"--with-ffmpeg=${ffmpeg}"
|
"--with-ffmpeg=${ffmpeg.dev}"
|
||||||
"--with-polarssl=${polarssl}"
|
"--with-polarssl=${polarssl}"
|
||||||
"--enable-lime"
|
"--enable-lime"
|
||||||
"--enable-external-ortp"
|
"--enable-external-ortp"
|
||||||
|
|
Loading…
Reference in New Issue