X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fdv%2FMakefile;h=1edab494cd05595961998f9e605d63c420c65e89;hb=52c1bb26fcbb895824cd9237c228ea4834ce1433;hp=576d4f4735bd2978c7ab0c5a6affd61b4315dcbc;hpb=f2dda0fcd1c242afcd07f2c2ef98f8f6b3fb0e13;p=melted diff --git a/src/modules/dv/Makefile b/src/modules/dv/Makefile index 576d4f4..1edab49 100644 --- a/src/modules/dv/Makefile +++ b/src/modules/dv/Makefile @@ -6,9 +6,11 @@ OBJS = factory.o \ producer_libdv.o \ consumer_libdv.o -CFLAGS = -O4 -pipe -ffast-math -fomit-frame-pointer -I../../ -Wall -g -D_FILE_OFFSET_BITS=64 -pthread +CFLAGS += -I../.. -LDFLAGS=-ldv -lpthread +LDFLAGS += -ldv + +LDFLAGS+=-L../../framework -lmlt SRCS := $(OBJS:.o=.c)