diff options
author | jstebbins <[email protected]> | 2014-12-05 17:00:30 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2014-12-05 17:00:30 +0000 |
commit | d729b522d96133aef1849b4adf918dfa26ad6e66 (patch) | |
tree | e297a6a92139c325eb139f4c35bdaa5087b2a9be /make | |
parent | 08bcbdd649590f18f4909a613d7faffabc2e2009 (diff) |
contrib: build and link new jansson lib
No new functionality yet. To be used for new json APIs.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6590 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'make')
-rw-r--r-- | make/include/main.defs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/make/include/main.defs b/make/include/main.defs index 445796d71..4aa659c6e 100644 --- a/make/include/main.defs +++ b/make/include/main.defs @@ -93,6 +93,8 @@ 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 |