summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDenis Loh <denis.loh@gmail.com>2009-12-29 19:34:50 +0100
committerDenis Loh <denis.loh@gmail.com>2009-12-29 19:34:50 +0100
commit60db82604cd0ab407e857b9f11d9588f9076333b (patch)
tree11cc9c5f4a5b4a784727eccfecb9e5cca2c69ac3 /Makefile
parent2d245fcabb385347359759de8e6c40ce16e43cab (diff)
downloadvdr-plugin-upnp-60db82604cd0ab407e857b9f11d9588f9076333b.tar.gz
vdr-plugin-upnp-60db82604cd0ab407e857b9f11d9588f9076333b.tar.bz2
Added mpeg4 p2 profiles
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 27aada4..c67a924 100644
--- a/Makefile
+++ b/Makefile
@@ -52,6 +52,7 @@ LIBS += -lupnp -lixml -lsqlite3 -lavformat -lavcodec
INCLUDES += -I$(VDRDIR)/include -I/usr/include \
DEFINES += -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"$(PLUGIN)"'
+DEFINES += -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
### The object files (add further files here):
@@ -62,12 +63,12 @@ OBJS = $(PLUGIN).o \
misc/util.o \
misc/config.o \
misc/search.o \
+ misc/avdetector.o \
database/database.o \
database/metadata.o \
database/object.o \
database/resources.o \
server/server.o \
- misc/avdetector.o \
upnpcomponents/dlna.o \
upnpcomponents/upnpwebserver.o \
upnpcomponents/upnpservice.o \