Change registration of vmfx/mono to threshold to disambiguate with core/mono.
[melted] / src / modules / core / Makefile
index 1842a82..30b9226 100644 (file)
@@ -4,8 +4,10 @@ TARGET = ../libmltcore$(LIBSUF)
 
 OBJS = factory.o \
           producer_colour.o \
+          producer_framebuffer.o \
           producer_noise.o \
           producer_ppm.o \
+          filter_boxblur.o \
           filter_brightness.o \
           filter_channelcopy.o \
           filter_data_feed.o \
@@ -14,12 +16,14 @@ OBJS = factory.o \
           filter_greyscale.o \
           filter_luma.o \
           filter_mirror.o \
+          filter_mono.o \
           filter_obscure.o \
           filter_region.o \
           filter_rescale.o \
           filter_resize.o \
           filter_transition.o \
           filter_watermark.o \
+          filter_wave.o \
           transition_composite.o \
           transition_luma.o \
           transition_mix.o \