X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fcore%2FMakefile;h=1e4cab1f4e8518ab06ede971a11478ca48248f8a;hb=7651a182bf7191ab5db9b3741caeac2f86540281;hp=7bdf0a261a79d14bbcea9555da342cc8c45ab32e;hpb=7e8b2c7d671891273c2fbbaaa91f6bc05591d929;p=melted diff --git a/src/modules/core/Makefile b/src/modules/core/Makefile index 7bdf0a2..1e4cab1 100644 --- a/src/modules/core/Makefile +++ b/src/modules/core/Makefile @@ -1,6 +1,6 @@ include ../../../config.mak -TARGET = ../libmltcore.so +TARGET = ../libmltcore$(LIBSUF) OBJS = factory.o \ producer_colour.o \ @@ -18,6 +18,7 @@ OBJS = factory.o \ filter_region.o \ filter_rescale.o \ filter_resize.o \ + filter_transition.o \ filter_watermark.o \ transition_composite.o \ transition_luma.o \ @@ -36,7 +37,7 @@ SRCS := $(OBJS:.o=.c) all: $(TARGET) $(TARGET): $(OBJS) $(ASM_OBJS) - $(CC) -shared -o $@ $(OBJS) $(ASM_OBJS) $(LDFLAGS) + $(CC) $(SHFLAGS) -o $@ $(OBJS) $(ASM_OBJS) $(LDFLAGS) composite_line_yuv_mmx.o: composite_line_yuv_mmx.S $(CC) -o $@ -c composite_line_yuv_mmx.S