realtime scheduling updates; suppress libdv errors; add frame property deinterlace_me...
[melted] / src / framework / Makefile
index 047e4e8..596d4f5 100644 (file)
@@ -3,9 +3,12 @@ include ../../config.mak
 TARGET = libmlt.so
 
 OBJS = mlt_frame.o \
+          mlt_geometry.o \
           mlt_deque.o \
           mlt_property.o \
           mlt_properties.o \
+          mlt_events.o \
+          mlt_parser.o \
           mlt_service.o \
           mlt_producer.o \
           mlt_multitrack.o \
@@ -27,12 +30,15 @@ INCS = mlt_consumer.h \
           mlt_multitrack.h \
           mlt_pool.h \
           mlt_properties.h \
+          mlt_events.h \
+          mlt_parser.h \
           mlt_repository.h \
           mlt_tractor.h \
           mlt_types.h \
           mlt_deque.h \
           mlt_field.h \
           mlt_frame.h \
+          mlt_geometry.h \
           mlt_playlist.h \
           mlt_producer.h \
           mlt_property.h \