X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2FMakefile;h=596d4f5a760ec627230f99e9e669b58e47956516;hb=7574680b171b04769a4e573e98e55da10f5b1122;hp=d16c7e8d0e8d6cc9ed85784bb83d36f482549e77;hpb=3e00d7e35326b6fecbd95f459266f91fc60e6f15;p=melted diff --git a/src/framework/Makefile b/src/framework/Makefile index d16c7e8..596d4f5 100644 --- a/src/framework/Makefile +++ b/src/framework/Makefile @@ -3,6 +3,7 @@ include ../../config.mak TARGET = libmlt.so OBJS = mlt_frame.o \ + mlt_geometry.o \ mlt_deque.o \ mlt_property.o \ mlt_properties.o \ @@ -37,6 +38,7 @@ INCS = mlt_consumer.h \ mlt_deque.h \ mlt_field.h \ mlt_frame.h \ + mlt_geometry.h \ mlt_playlist.h \ mlt_producer.h \ mlt_property.h \