Updated to latest commit upstream as the latest tagged version didn't get a tarball release at all. Includes various fixes and also support for never versions of ffmpeg. Also added a sorting patch for Panasonic TVs. Source:c8245740c3
Various improvements to package Makefile. Source/Template:c389dcdc02/multimedia/minidlna/Makefile
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
26 lines
442 B
Diff
26 lines
442 B
Diff
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -17,7 +17,7 @@
|
|
|
|
AM_CFLAGS = -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 @STATIC_CFLAGS@
|
|
|
|
-SUBDIRS=po
|
|
+SUBDIRS=
|
|
|
|
sbin_PROGRAMS = minidlnad
|
|
check_PROGRAMS = testupnpdescgen
|
|
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -633,6 +633,8 @@ case "$target_os" in
|
|
esac
|
|
|
|
|
|
-AC_OUTPUT([ po/Makefile.in
|
|
-Makefile
|
|
-])
|
|
+# AC_OUTPUT([ po/Makefile.in
|
|
+# Makefile
|
|
+# ])
|
|
+AC_CONFIG_FILES([Makefile])
|
|
+AC_OUTPUT
|