minidlna: update to 1.1.4

The Philips TV patch was included upstream.
Rename the minidlnad binary to minidlna instead of tweaking automake files.

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
This commit is contained in:
Ian Leonard
2014-10-04 00:26:20 -07:00
parent 236f128117
commit af0eb7f740
3 changed files with 3 additions and 47 deletions
@@ -1,32 +0,0 @@
--- a/Makefile.am
+++ b/Makefile.am
@@ -19,9 +19,9 @@
SUBDIRS=po
-sbin_PROGRAMS = minidlnad
+sbin_PROGRAMS = minidlna
check_PROGRAMS = testupnpdescgen
-minidlnad_SOURCES = minidlna.c upnphttp.c upnpdescgen.c upnpsoap.c \
+minidlna_SOURCES = minidlna.c upnphttp.c upnpdescgen.c upnpsoap.c \
upnpreplyparse.c minixml.c clients.c \
getifaddr.c process.c upnpglobalvars.c \
options.c minissdp.c uuid.c upnpevents.c \
@@ -38,7 +38,7 @@
flacoggflag = -logg
#endif
-minidlnad_LDADD = \
+minidlna_LDADD = \
@LIBJPEG_LIBS@ \
@LIBID3TAG_LIBS@ \
@LIBSQLITE3_LIBS@ \
@@ -49,7 +49,7 @@
@LIBICONV@ \
-lFLAC $(flacoggflag) $(vorbisflag)
-minidlnad_LDFLAGS = @STATIC_LDFLAGS@
+minidlna_LDFLAGS = @STATIC_LDFLAGS@
testupnpdescgen_SOURCES = testupnpdescgen.c upnpdescgen.c
testupnpdescgen_LDADD = \
@@ -1,12 +0,0 @@
--- a/upnphttp.c
+++ b/upnphttp.c
@@ -1259,7 +1259,7 @@
int try_sendfile = 1;
#endif
- while( offset < end_offset )
+ while( offset <= end_offset )
{
#if HAVE_SENDFILE
if( try_sendfile )