From 541ee122f5f7b959d54e1f891bcbbfce4b209bf7 Mon Sep 17 00:00:00 2001 From: Good Guy Date: Wed, 9 Nov 2022 15:25:42 -0700 Subject: [PATCH] Credit Andrew minor Makefile addition --- cinelerra-5.1/cinelerra/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/cinelerra-5.1/cinelerra/Makefile b/cinelerra-5.1/cinelerra/Makefile index e177049b..965e8316 100644 --- 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 -- 2.26.2