summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2015-03-06 18:12:27 +0000
committerjstebbins <[email protected]>2015-03-06 18:12:27 +0000
commitb2afa282e450e3c1e7c1ab75925734086e6b706a (patch)
tree65376e1623e890e518c3dc5f1b847a255b82d2c6 /make
parentf6bf7d75908d718ea620ac2e6f691627d0a9e7c2 (diff)
LinGui: change settings dict from glib to jansson
This will allow for preferences, presets, and queue files to be written as json instead of plists (currently still plists). git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6968 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'make')
-rw-r--r--make/include/main.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/include/main.defs b/make/include/main.defs
index 56db40c4d..88de5933f 100644
--- a/make/include/main.defs
+++ b/make/include/main.defs
@@ -51,6 +51,7 @@ ifneq (,$(filter $(BUILD.system),darwin cygwin mingw))
MODULES += contrib/libsamplerate
MODULES += contrib/lame
MODULES += contrib/x264
+ MODULES += contrib/jansson
endif
ifeq (1,$(FEATURE.fdk_aac))
@@ -95,7 +96,6 @@ ifneq (,$(filter $(BUILD.system),solaris))
MODULES += contrib/libiconv
endif
-MODULES += contrib/jansson
## these must come after contrib since some contrib modules are optional
MODULES += libhb