From b9dc0a78acb5c1af1b74ddd8d5b2c1d5b95a33db Mon Sep 17 00:00:00 2001 From: Johns Date: Sun, 17 Feb 2013 14:20:44 +0100 Subject: Update correct files. --- Makefile-pre1.7.36 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile-pre1.7.36 b/Makefile-pre1.7.36 index 78cf533..81269ba 100644 --- a/Makefile-pre1.7.36 +++ b/Makefile-pre1.7.36 @@ -19,8 +19,8 @@ GIT_REV = $(shell git describe --always 2>/dev/null) ### Configuration (edit this for your needs) CONFIG := #-DDEBUG - # autodetect: use a virtual file system -CONFIG += $(shell test -x /usr/bin/avfs-config && echo "-DUSE_AVFS") + # autodetect: use a virtual file system (don't use corrupts memory) +#CONFIG += $(shell test -x /usr/bin/avfs-config && echo "-DUSE_AVFS") # autodetect: use ffmpeg software scale CONFIG += $(shell pkg-config --exists libswscale && echo "-DUSE_SWSCALE") # autodetect: support png images @@ -90,7 +90,7 @@ override LIBS += $(_LIBS) ### The object files (add further files here): -OBJS = $(PLUGIN).o dia.o video.o readdir.o +OBJS = $(PLUGIN).o player.o video.o readdir.o SRCS = $(wildcard $(OBJS:.o=.c)) $(PLUGIN).cpp ### The main target: -- cgit v1.2.3