summaryrefslogtreecommitdiffstats
path: root/libhb
diff options
context:
space:
mode:
Diffstat (limited to 'libhb')
-rw-r--r--libhb/preset.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libhb/preset.c b/libhb/preset.c
index 8a3f59059..3e06f5d82 100644
--- a/libhb/preset.c
+++ b/libhb/preset.c
@@ -20,6 +20,7 @@
#define HB_PRESET_JSON_FILE "HandBrake\\user_presets.json"
#elif defined(SYS_DARWIN)
#define HB_PRESET_PLIST_FILE "HandBrake/UserPresets.plist"
+#define HB_PRESET_JSON_FILE "HandBrake/UserPresets.json"
#endif
int hb_preset_version_major;