fix dropped mod in global_config / last checkin
[goodguy/history.git] / cinelerra-5.1 / global_config
index 43126b32c26e6046886ec168176baab255b7cb9d..b24b08f3723d93b1ec7ee572e2f04ade949d67ae 100644 (file)
@@ -18,6 +18,7 @@ HAVE_LADSPA := y
 #HAVE_GL := y
 #HAVE_DL := y
 #HAVE_NUMA := y
+#HAVE_PACTL := y
 
 OBJDIR := $(shell uname -m)
 
@@ -96,6 +97,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