From bb94419e095defbe0c8c1297708b2b66f5b1ee44 Mon Sep 17 00:00:00 2001 From: Denis Loh Date: Tue, 27 Oct 2009 20:46:39 +0100 Subject: Hopefully improved compatibility with DLNA devices --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fa6d29b..27aada4 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ VERSION = $(shell grep 'static const char \*VERSION *=' $(PLUGIN).cpp | awk '{ p ### The C++ compiler and options: -CXX ?= g++ +CXX ?= gcc CXXFLAGS ?= -fPIC -g -Wall -O2 -Wextra -Woverloaded-virtual -Wno-parentheses -Wl,-R/usr/local/lib ### The directory environment: @@ -47,7 +47,7 @@ PACKAGE = vdr-$(ARCHIVE) ### Includes and Defines (add further entries here): -LIBS += -lupnp -lixml -lsqlite3 +LIBS += -lupnp -lixml -lsqlite3 -lavformat -lavcodec INCLUDES += -I$(VDRDIR)/include -I/usr/include \ @@ -67,6 +67,7 @@ OBJS = $(PLUGIN).o \ database/object.o \ database/resources.o \ server/server.o \ + misc/avdetector.o \ upnpcomponents/dlna.o \ upnpcomponents/upnpwebserver.o \ upnpcomponents/upnpservice.o \ -- cgit v1.2.3