]> git.sesse.net Git - mlt/blobdiff - src/modules/gtk2/Makefile
Prevent decklink audio buffer overflow.
[mlt] / src / modules / gtk2 / Makefile
index 8628f25db1aa751504bec389a67fb1cb2d222d43..c5b3e1118aa30720a32d638f0034b60aa3fc3a04 100644 (file)
@@ -49,11 +49,6 @@ endif
 
 SRCS := $(OBJS:.o=.c)
 
-ifeq ($(targetos), MinGW)
-OBJS += ../../win32/win32.o
-SRCS += ../../win32/win32.c
-endif
-
 all:   $(TARGET)
 
 $(TARGET): $(OBJS) $(ASM_OBJS)
@@ -76,6 +71,8 @@ clean:
 
 install: all
        install -m 755 $(TARGET) "$(DESTDIR)$(libdir)/mlt"
+       install -d "$(DESTDIR)$(datadir)/mlt/gtk2"
+       install -m 644 *.yml "$(DESTDIR)$(datadir)/mlt/gtk2"
 
 ifneq ($(wildcard .depend),)
 include .depend