X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fglobal_config;h=32544d00d2a39093232899541e53e669b0c04311;hb=bb02ac232cc030971ef6c03019f4de77da055153;hp=eb1fb5154d120c5bce42d8a727cd19760c0abc99;hpb=6616b3b82fdbc586f5da00bf772e45d8ada3b464;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/global_config b/cinelerra-5.1/global_config index eb1fb515..32544d00 100644 --- a/cinelerra-5.1/global_config +++ b/cinelerra-5.1/global_config @@ -8,6 +8,10 @@ HAVE_FIREWIRE := y HAVE_OSS := y HAVE_XFT := y HAVE_VIDEO4LINUX := n +# build thirdparty ladspa +HAVE_LADSPA := y +# x264/x265 build flags +HAVE_HIGH_DEPTH := n # probed, uncomment and set to override probe #STATIC_LIBRARIES := y @@ -16,6 +20,7 @@ HAVE_VIDEO4LINUX := n #HAVE_GL := y #HAVE_DL := y #HAVE_NUMA := y +#HAVE_PACTL := y OBJDIR := $(shell uname -m) @@ -94,6 +99,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