thirdparty build changes for 10/12bit support
[goodguy/history.git] / cinelerra-5.1 / global_config
index e25ee3154c9d4fc99d3624a0e7e16a0d79034eea..d1c64a32abd8873d26d6f9b9b0557ddd86de6e7c 100644 (file)
@@ -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