forked from mirrors/nixpkgs
kino: link with lib{avcodec,avutil} explicitly
This commit is contained in:
parent
472c14af60
commit
d02a1bb2ab
|
@ -71,6 +71,11 @@ stdenv.mkDerivation {
|
|||
|
||||
hardeningDisable = [ "format" ];
|
||||
|
||||
NIX_LDFLAGS = [
|
||||
"-lavcodec"
|
||||
"-lavutil"
|
||||
];
|
||||
|
||||
patches = [ ./kino-1.3.4-v4l1.patch ./kino-1.3.4-libav-0.7.patch ./kino-1.3.4-libav-0.8.patch ]; #./kino-1.3.4-libavcodec-pkg-config.patch ];
|
||||
|
||||
postInstall = "
|
||||
|
|
Loading…
Reference in a new issue