summaryrefslogtreecommitdiffstats
path: root/make/include
diff options
context:
space:
mode:
authorbradleys <[email protected]>2014-10-15 23:32:41 +0000
committerbradleys <[email protected]>2014-10-15 23:32:41 +0000
commit5996c99f899f8a76289ae30b4b46277a4009179e (patch)
tree8298a85f55142f9716facda2073b5375a019626c /make/include
parent5e35f6400466af7051aba28a29c4c06738c80b55 (diff)
contrib: Add libgnurx to provide POSIX regex on Windows.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6445 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'make/include')
-rw-r--r--make/include/main.defs3
1 files changed, 3 insertions, 0 deletions
diff --git a/make/include/main.defs b/make/include/main.defs
index 6d27f9669..445796d71 100644
--- a/make/include/main.defs
+++ b/make/include/main.defs
@@ -84,6 +84,9 @@ endif
ifneq ($(HAS.libz),1)
MODULES += contrib/zlib
endif
+ifneq ($(HAS.regex),1)
+ MODULES += contrib/libgnurx
+endif
endif
ifneq (,$(filter $(BUILD.system),solaris))