diff options
| author | Johns <johns98@gmx.net> | 2013-02-17 14:20:44 +0100 |
|---|---|---|
| committer | Johns <johns98@gmx.net> | 2013-02-17 14:20:44 +0100 |
| commit | b9dc0a78acb5c1af1b74ddd8d5b2c1d5b95a33db (patch) | |
| tree | 389de71efba30ba6a79e0b9f1a5065df70648801 | |
| parent | 15c0ce921a92ec80f1863979966fb0d8fff4f276 (diff) | |
| download | vdr-plugin-play-b9dc0a78acb5c1af1b74ddd8d5b2c1d5b95a33db.tar.gz vdr-plugin-play-b9dc0a78acb5c1af1b74ddd8d5b2c1d5b95a33db.tar.bz2 | |
Update correct files.
| -rw-r--r-- | Makefile-pre1.7.36 | 6 |
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: |
