fix dropped mod in global_config / last checkin
authorGood Guy <good1.2guy@gmail.com>
Wed, 4 May 2016 22:17:12 +0000 (16:17 -0600)
committerGood Guy <good1.2guy@gmail.com>
Wed, 4 May 2016 22:17:12 +0000 (16:17 -0600)
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