From: Good Guy Date: Mon, 2 Nov 2015 19:00:06 +0000 (-0700) Subject: add loader crutches for ubuntu X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=commitdiff_plain;h=cc781196367b7841d463d7f7ebe9111ee7fa123c add loader crutches for ubuntu --- 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 \