]> git.sesse.net Git - mlt/commitdiff
Fix build of mingw branch on Linux.
authorDan Dennedy <dan@dennedy.org>
Mon, 6 Dec 2010 06:27:46 +0000 (22:27 -0800)
committerDan Dennedy <dan@dennedy.org>
Mon, 24 Jan 2011 01:39:42 +0000 (17:39 -0800)
Fixing this here prior to merging into master.

src/modules/sdl/Makefile

index 1bb3b7a68c2e19e121395318297d2dccd4a8bf6a..62f1fb3360d9feb3467ad64c39f52fa775d24cce 100644 (file)
@@ -17,7 +17,7 @@ OBJS = factory.o \
 ifeq ($(targetos),Darwin)
 CFLAGS += -ObjC
 LDFLAGS += -lobjc -framework Foundation
-else ifeq ($(targetos), Linux|FreeBSD)
+else ifneq ($(targetos), MinGW)
 LDFLAGS += -lX11
 endif