handbrake: force link libx265
This commit is contained in:
@@ -77,6 +77,10 @@ stdenv.mkDerivation rec {
|
|||||||
(if useGtk then "--disable-gtk-update-checks" else "--disable-gtk")
|
(if useGtk then "--disable-gtk-update-checks" else "--disable-gtk")
|
||||||
];
|
];
|
||||||
|
|
||||||
|
NIX_LDFLAGS = [
|
||||||
|
"-lx265"
|
||||||
|
];
|
||||||
|
|
||||||
preBuild = ''
|
preBuild = ''
|
||||||
cd build
|
cd build
|
||||||
'';
|
'';
|
||||||
|
|||||||
Reference in New Issue
Block a user