X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fglobal_config;h=d1c64a32abd8873d26d6f9b9b0557ddd86de6e7c;hb=4d7f82a573a67301c43189fe20d0d4aa96b2b200;hp=e25ee3154c9d4fc99d3624a0e7e16a0d79034eea;hpb=9851b98978d94e4f6d35969851658f58120c6863;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/global_config b/cinelerra-5.1/global_config index e25ee315..d1c64a32 100644 --- a/cinelerra-5.1/global_config +++ b/cinelerra-5.1/global_config @@ -11,6 +11,12 @@ 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 #HAVE_VIDEO4LINUX2 := y @@ -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