From 89ad004d909a8ae5dba635a2a11f9290aa14b352 Mon Sep 17 00:00:00 2001 From: Good Guy Date: Wed, 4 May 2016 16:17:12 -0600 Subject: [PATCH] fix dropped mod in global_config / last checkin --- cinelerra-5.1/global_config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cinelerra-5.1/global_config b/cinelerra-5.1/global_config index e25ee315..b24b08f3 100644 --- a/cinelerra-5.1/global_config +++ b/cinelerra-5.1/global_config @@ -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 -- 2.26.2