fix messed up cut/paste in thirdparty/Makefile / last checkin
[goodguy/history.git] / cinelerra-5.1 / global_config
index 43126b32c26e6046886ec168176baab255b7cb9d..32544d00d2a39093232899541e53e669b0c04311 100644 (file)
@@ -10,6 +10,8 @@ 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
@@ -18,6 +20,7 @@ HAVE_LADSPA := y
 #HAVE_GL := y
 #HAVE_DL := y
 #HAVE_NUMA := y
+#HAVE_PACTL := y
 
 OBJDIR := $(shell uname -m)
 
@@ -96,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