libsForQt5.qtwebengine: use ffmpeg instead of ffmpeg_3
This commit is contained in:
parent
632292a4db
commit
6de7e0d758
|
@ -15,7 +15,7 @@
|
||||||
, enableProprietaryCodecs ? true
|
, enableProprietaryCodecs ? true
|
||||||
, gn
|
, gn
|
||||||
, cups, darwin, openbsm, runCommand, xcbuild, writeScriptBin
|
, cups, darwin, openbsm, runCommand, xcbuild, writeScriptBin
|
||||||
, ffmpeg_3 ? null
|
, ffmpeg ? null
|
||||||
, lib, stdenv, fetchpatch
|
, lib, stdenv, fetchpatch
|
||||||
, version ? null
|
, version ? null
|
||||||
, qtCompatVersion
|
, qtCompatVersion
|
||||||
|
@ -159,7 +159,7 @@ qtModule {
|
||||||
|
|
||||||
libevent
|
libevent
|
||||||
] ++ optionals (stdenv.hostPlatform.isAarch32 || stdenv.hostPlatform.isAarch64) [
|
] ++ optionals (stdenv.hostPlatform.isAarch32 || stdenv.hostPlatform.isAarch64) [
|
||||||
ffmpeg_3
|
ffmpeg
|
||||||
] ++ optionals (!stdenv.isDarwin) [
|
] ++ optionals (!stdenv.isDarwin) [
|
||||||
dbus zlib minizip snappy nss protobuf jsoncpp
|
dbus zlib minizip snappy nss protobuf jsoncpp
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue