summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohns <johns98@gmx.net>2013-02-17 14:20:44 +0100
committerJohns <johns98@gmx.net>2013-02-17 14:20:44 +0100
commitb9dc0a78acb5c1af1b74ddd8d5b2c1d5b95a33db (patch)
tree389de71efba30ba6a79e0b9f1a5065df70648801
parent15c0ce921a92ec80f1863979966fb0d8fff4f276 (diff)
downloadvdr-plugin-play-b9dc0a78acb5c1af1b74ddd8d5b2c1d5b95a33db.tar.gz
vdr-plugin-play-b9dc0a78acb5c1af1b74ddd8d5b2c1d5b95a33db.tar.bz2
Update correct files.
-rw-r--r--Makefile-pre1.7.366
1 files 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: