diff options
author | John Stebbins <[email protected]> | 2017-11-06 08:11:06 -0800 |
---|---|---|
committer | John Stebbins <[email protected]> | 2017-11-06 08:11:06 -0800 |
commit | b64e2ff7ad7aaa500f4927998f67c7c29070bd5a (patch) | |
tree | f2c545626b40d62293dcd9c8849139cd17a94284 /contrib/x265_8bit | |
parent | ef5e24d863a34ffff73ed9293635cdbfc1a98fe9 (diff) |
x265: fix xclean
It didn't remove the contrib build directory
Diffstat (limited to 'contrib/x265_8bit')
-rw-r--r-- | contrib/x265_8bit/module.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/x265_8bit/module.defs b/contrib/x265_8bit/module.defs index 7b3cb8d80..df4e9b0a7 100644 --- a/contrib/x265_8bit/module.defs +++ b/contrib/x265_8bit/module.defs @@ -42,4 +42,4 @@ X265_8.INSTALL.extra = libx265.a libx265_main.a X265_8.INSTALL.args = @dir !make !extra # Override operations that are not needed -X265.XCLEAN = +X265_8.XCLEAN = |