0229edbe39
This has improved DVB subtitles support, implements simple subtitle scaling and bold & italics for text subtitles, and allows control of XxMC bob deinterlacing. It also has fixes for an audio resampling problem (which manifested as regular clicking), a problem which would cause the goom plugin to stop working, and URL escape handling (use of %) in DVD and Video CD MRLs. Some memory leaks are also fixed, and there are some build fixes for Solaris users.
14 lines
667 B
Text
14 lines
667 B
Text
$NetBSD: patch-bg,v 1.4 2007/11/22 20:20:24 drochner Exp $
|
|
|
|
--- include/Makefile.in.orig 2007-08-27 20:27:54.000000000 +0200
|
|
+++ include/Makefile.in
|
|
@@ -778,7 +778,8 @@ maintainer-clean-generic:
|
|
-rm -f Makefile.in configure.h.in
|
|
|
|
install-data-local: install-includeHEADERS
|
|
- sed -e '/^\/\*_x_/d' xine.h > $(DESTDIR)$(includedir)/xine.h
|
|
+ sed -e '/^\/\*_x_/d' xine.h > installed-xine.h
|
|
+ $(INSTALL_HEADER) installed-xine.h $(DESTDIR)$(includedir)/xine.h
|
|
@GENERATED_INTTYPES_H_TRUE@ $(INSTALL) inttypes.h $(DESTDIR)$(includedir)
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|