3
0
Fork 0
forked from mirrors/nixpkgs

gst_all_1.gst-plugins-bad: fix build after opencv4 update

/cc #85879
This commit is contained in:
Vladimír Čunát 2020-05-06 07:39:10 +02:00
parent 9875bbae75
commit 1906fc5bd1
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -106,6 +106,10 @@ in stdenv.mkDerivation rec {
./fix_pkgconfig_includedir.patch
];
# https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/950
# https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1235
postPatch = "sed '/^ opencv_dep =/s/< 4\.2\.0/< 4.4.0/' -i ext/opencv/meson.build";
nativeBuildInputs = [
meson
ninja