projects
/
goodguy
/
history.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9851b98
)
fix dropped mod in global_config / last checkin
author
Good Guy
<
[email protected]
>
Wed, 4 May 2016 22:17:12 +0000
(16:17 -0600)
committer
Good Guy
<
[email protected]
>
Wed, 4 May 2016 22:17:12 +0000
(16:17 -0600)
cinelerra-5.1/global_config
patch
|
blob
|
history
diff --git
a/cinelerra-5.1/global_config
b/cinelerra-5.1/global_config
index e25ee3154c9d4fc99d3624a0e7e16a0d79034eea..b24b08f3723d93b1ec7ee572e2f04ade949d67ae 100644
(file)
--- 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