projects
/
goodguy
/
cinelerra.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cacd63e
)
Credit Andrew minor Makefile addition
author
Good Guy
<good1.2guy@gmail.com>
Wed, 9 Nov 2022 22:25:42 +0000
(15:25 -0700)
committer
Good Guy
<good1.2guy@gmail.com>
Wed, 9 Nov 2022 22:25:42 +0000
(15:25 -0700)
cinelerra-5.1/cinelerra/Makefile
patch
|
blob
|
history
diff --git
a/cinelerra-5.1/cinelerra/Makefile
b/cinelerra-5.1/cinelerra/Makefile
index e177049beb68ef7ccd2ab38c7af30c7365312d18..965e8316e3044f492d042a949e0cda61d6ce3f3d 100644
(file)
--- a/
cinelerra-5.1/cinelerra/Makefile
+++ b/
cinelerra-5.1/cinelerra/Makefile
@@
-448,6
+448,7
@@
LIBS += `pkg-config --libs uuid 2>/dev/null`
LIBS += `pkg-config --libs theora 2>/dev/null`
LIBS += `pkg-config --libs vorbis 2>/dev/null`
LIBS += `pkg-config --libs sndfile 2>/dev/null`
+LIBS += `pkg-config --libs x11 2>/dev/null`
ifeq ($(WANT_LIBZMPEG),yes)
LIBS += -la52 -ltwolame -lmp3lame
endif