diff options
author | Rodeo <[email protected]> | 2014-02-11 21:33:34 +0000 |
---|---|---|
committer | Rodeo <[email protected]> | 2014-02-11 21:33:34 +0000 |
commit | 307c777504c7d3d2fc33db9bcaa3ef3d310e4d38 (patch) | |
tree | 63a669c4c7de42590ac6788ddcc3af0a2682d4e4 /libhb/module.defs | |
parent | 25b0757e8fc367d3b56422e41a096e59846b25bf (diff) |
encx265: miscellaneous fixes, cleanup and refactoring.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6026 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/module.defs')
-rw-r--r-- | libhb/module.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/module.defs b/libhb/module.defs index b5b81e3aa..80a74102e 100644 --- a/libhb/module.defs +++ b/libhb/module.defs @@ -81,7 +81,7 @@ ifeq (1,$(FEATURE.qsv)) LIBHB.GCC.D += USE_QSV HAVE_THREADS=1 endif -ifeq (1,$(FEATURE.x265)) +ifeq (1,$(FEATURE.x265)) LIBHB.GCC.D += USE_X265 endif |