fix dropped mod in global_config / last checkin
[goodguy/history.git] / cinelerra-5.1 / global_config
index e25ee3154c9d4fc99d3624a0e7e16a0d79034eea..b24b08f3723d93b1ec7ee572e2f04ade949d67ae 100644 (file)
@@ -97,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