]> git.sesse.net Git - mlt/commitdiff
fix videostab sse2 build cont'd
authorDan Dennedy <dan@dennedy.org>
Mon, 2 Jan 2012 21:04:24 +0000 (13:04 -0800)
committerDan Dennedy <dan@dennedy.org>
Mon, 2 Jan 2012 21:04:24 +0000 (13:04 -0800)
src/modules/videostab/Makefile

index 38167d09168e649dbb84ba59e4646bfac671b554..c6b45fd22555cca8d00bafd25e32bde2bece4e0a 100644 (file)
@@ -1,3 +1,5 @@
+include ../../../config.mak
+
 CFLAGS += -I../..
 ifdef SSE2_FLAGS
 CFLAGS += -msse2
@@ -5,7 +7,6 @@ endif
 
 LDFLAGS += -L../../framework -lmlt -lm
 
-include ../../../config.mak
 
 TARGET = ../libmltvideostab$(LIBSUF)