producer_avformat.c: add support for AVOptions as properties.
[melted] / src / modules / xine / Makefile
index 8249433..fdbe0c6 100644 (file)
@@ -4,9 +4,12 @@ TARGET = ../libmltxine$(LIBSUF)
 
 OBJS = factory.o \
           deinterlace.o \
-          cpu_accel.o \
           filter_deinterlace.o
 
+ifdef MMX_FLAGS
+OBJS += cpu_accel.o
+endif
+
 CFLAGS += -I../../ -DARCH_X86
 
 LDFLAGS+=-L../../framework -lmlt
@@ -28,7 +31,7 @@ clean:
                rm -f $(OBJS) $(TARGET) 
 
 install: all
-       install -m 755 $(TARGET) "$(DESTDIR)$(prefix)/share/mlt/modules"
+       install -m 755 $(TARGET) "$(DESTDIR)$(libdir)/mlt"
 
 ifneq ($(wildcard .depend),)
 include .depend