X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fglobal_config;h=d1c64a32abd8873d26d6f9b9b0557ddd86de6e7c;hb=1f78d86b5532943b2a3ea51f409a1fe5bd961e02;hp=8bc65010bfea34df13b0d4adb0d58c641baa0376;hpb=235c9cc4df8306babbbfda46189108fe262d44ef;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/global_config b/cinelerra-5.1/global_config index 8bc65010..d1c64a32 100644 --- a/cinelerra-5.1/global_config +++ b/cinelerra-5.1/global_config @@ -8,6 +8,14 @@ HAVE_FIREWIRE := y HAVE_OSS := y HAVE_XFT := y HAVE_VIDEO4LINUX := n +# build thirdparty ladspa +HAVE_LADSPA := y + +#thirdparty configure tweaks, uncomment for overrides +# x264 hi depth +#x264.cfg_params:= --enable-static --bit-depth=10 +# x265 hi depth +#x265.cfg_params:= -DENABLE_SHARED=no -DHIGH_BIT_DEPTH:BOOL=ON # probed, uncomment and set to override probe #STATIC_LIBRARIES := y @@ -16,6 +24,7 @@ HAVE_VIDEO4LINUX := n #HAVE_GL := y #HAVE_DL := y #HAVE_NUMA := y +#HAVE_PACTL := y OBJDIR := $(shell uname -m) @@ -55,10 +64,7 @@ CFLAGS += -DHAVE_XFT endif ifeq ($(HAVE_ESOUND), y) -ESOUND_DIR := $(THIRDPARTY)/esound -AUDIOFILE_DIR := $(THIRDPARTY)/audiofile -ESOUNDCFLAGS = -DHAVE_ESOUND -I$(ESOUND_DIR) -I$(AUDIOFILE_DIR) -ESOUNDLIBS = $(ESOUND_DIR)/$(OBJDIR)/libesound.a +CFLAGS += -DHAVE_ESOUND endif #CFLAGS += -g @@ -97,6 +103,10 @@ ifeq ($(HAVE_DV), y) CFLAGS += -DHAVE_DV endif +ifeq ($(HAVE_PACTL), y) +CFLAGS += -DHAVE_PACTL +endif + ifeq ($(OBJDIR), alpha) CXXREPOSITORY = cxx_repository/*.o endif