From cc781196367b7841d463d7f7ebe9111ee7fa123c Mon Sep 17 00:00:00 2001 From: Good Guy Date: Mon, 2 Nov 2015 12:00:06 -0700 Subject: [PATCH] add loader crutches for ubuntu --- cinelerra-5.0/cinelerra/Makefile | 1 + cinelerra-5.0/mpeg2enc/Makefile | 1 + 2 files changed, 2 insertions(+) diff --git a/cinelerra-5.0/cinelerra/Makefile b/cinelerra-5.0/cinelerra/Makefile index 6b0d1bd1..9160e5df 100644 --- a/cinelerra-5.0/cinelerra/Makefile +++ b/cinelerra-5.0/cinelerra/Makefile @@ -345,6 +345,7 @@ LIBRARIES := \ $(THEME_DATA) \ LIBS = $(LIBRARIES) +LIBS += $(thirdparty_libraries) $(static_libraries) LIBS += \ -lX11 \ -lXext \ diff --git a/cinelerra-5.0/mpeg2enc/Makefile b/cinelerra-5.0/mpeg2enc/Makefile index 53578de5..f1182439 100644 --- a/cinelerra-5.0/mpeg2enc/Makefile +++ b/cinelerra-5.0/mpeg2enc/Makefile @@ -53,6 +53,7 @@ OBJ = \ LIBS = \ ../libzmpeg3/$(OBJDIR)/libzmpeg3.a \ + $(thirdparty_libraries) $(static_libraries) \ -lasound \ -lpthread \ -lpng \ -- 2.26.2