From 44b359b70ac85f88aa72ecddb73380afc79265dd Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sat, 12 Oct 2013 23:04:37 +0200 Subject: enable videotimeline on OSX --- tools/osx_packaging/osx_build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/osx_packaging') diff --git a/tools/osx_packaging/osx_build b/tools/osx_packaging/osx_build index 8d4799163e..0afb984d73 100755 --- a/tools/osx_packaging/osx_build +++ b/tools/osx_packaging/osx_build @@ -13,7 +13,7 @@ fi SAE= MIXBUS= -WITH_HARVID= +WITH_HARVID=1 WITH_LADSPA=1 STRIP=1 PRINT_SYSDEPS= @@ -61,7 +61,7 @@ while [ $# -gt 0 ] ; do # specific build flags # - --harvid) WITH_HARVID=1 ; shift ;; + --noharvid) WITH_HARVID= ; shift ;; --noladspa) WITH_LADSPA= ; shift ;; --nostrip) STRIP= ; shift ;; --sysdeps) PRINT_SYSDEPS=1; shift ;; -- cgit v1.2.3