summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authorJohn Stebbins <[email protected]>2019-04-17 11:28:15 -0600
committerJohn Stebbins <[email protected]>2019-04-17 11:28:15 -0600
commit2548f195e9d88ba8c5e30ac4f1ead7c0c27695a1 (patch)
tree6b2ab9b275844b223a44654e57b29e8ed33242a4 /macosx
parent38b8486bbe9e7e93a1fa2e11a31d5679b1301901 (diff)
MacGui: remove unnecessary USE_X265 definition
Diffstat (limited to 'macosx')
-rw-r--r--macosx/module.defs5
1 files changed, 0 insertions, 5 deletions
diff --git a/macosx/module.defs b/macosx/module.defs
index befd4daf3..fc6ad9e02 100644
--- a/macosx/module.defs
+++ b/macosx/module.defs
@@ -33,11 +33,6 @@ MACOSX.map.g.max = debug
MACOSX.xcconfig = $(foreach x,$(XCODE.xcconfig),-xcconfig $(MACOSX.src/)xcconfig/$(x))
MACOSX.sdk = $(foreach sdk,$(GCC.sysroot),-sdk $(sdk))
-## some optional features use ifdef directives outside of libhb (e.g. CLI)
-ifeq (1,$(FEATURE.x265))
- MACOSX.GCC.D += -DUSE_X265
-endif
-
## extra CFLAGS: macro definitions
MACOSX.extra_cflags = OTHER_CFLAGS='$(MACOSX.GCC.D)'