add loader crutches for ubuntu
authorGood Guy <good1.2guy@gmail.com>
Mon, 2 Nov 2015 19:00:06 +0000 (12:00 -0700)
committerGood Guy <good1.2guy@gmail.com>
Mon, 2 Nov 2015 19:00:06 +0000 (12:00 -0700)
cinelerra-5.0/cinelerra/Makefile
cinelerra-5.0/mpeg2enc/Makefile

index 6b0d1bd13ce1ac630d7b51bf47b84f8f0d651e88..9160e5dfb8f2840ed80777a26a966b69e74f4f48 100644 (file)
@@ -345,6 +345,7 @@ LIBRARIES := \
        $(THEME_DATA) \
 
 LIBS = $(LIBRARIES)
+LIBS += $(thirdparty_libraries) $(static_libraries)
 LIBS += \
        -lX11 \
        -lXext \
index 53578de56a3630fff240e42f2b2659917535dabe..f11824396dc020f6bf98a05846f65ad0e4ee9e89 100644 (file)
@@ -53,6 +53,7 @@ OBJ = \
 
 LIBS = \
        ../libzmpeg3/$(OBJDIR)/libzmpeg3.a \
+       $(thirdparty_libraries) $(static_libraries) \
        -lasound \
        -lpthread \
        -lpng \