fix westley for mixed element text and entity references
[melted] / src / modules / avformat / Makefile
index 8a67046..66e57f8 100644 (file)
@@ -1,10 +1,11 @@
+include ../../../config.mak
 
 TARGET = ../libmltavformat.so
 
 OBJS = factory.o \
           producer_avformat.o
 
-CFLAGS = -I../../ -Wall -g -D_FILE_OFFSET_BITS=64
+CFLAGS = -O3 -I../../ -Wall -g -D_FILE_OFFSET_BITS=64
 
 LDFLAGS = -lavformat -lavcodec
 
@@ -24,6 +25,9 @@ dist-clean:   clean
 clean: 
                rm -f $(OBJS) $(TARGET) 
 
+install: all
+       install -m 755 $(TARGET) "$(prefix)/share/mlt/modules"
+
 ifneq ($(wildcard .depend),)
 include .depend
 endif