From: Dan Dennedy Date: Mon, 27 Jan 2014 15:44:06 +0000 (-0800) Subject: Fix underlinking opengl module needs pthread. X-Git-Url: https://git.sesse.net/?p=mlt;a=commitdiff_plain;h=e30c0e948009acc4b43936a027b17fc24a1feb0b Fix underlinking opengl module needs pthread. --- diff --git a/src/modules/opengl/Makefile b/src/modules/opengl/Makefile index d68bccbb..2ee2cae3 100644 --- a/src/modules/opengl/Makefile +++ b/src/modules/opengl/Makefile @@ -1,6 +1,6 @@ CFLAGS += -I../.. -LDFLAGS += -L../../framework -lmlt -lm +LDFLAGS += -L../../framework -lmlt -lm -lpthread include ../../../config.mak