openbsd-ports/multimedia/xine-lib/patches/patch-src_xine-utils_utils_c
brad 33f483f736 upgrade to xine-lib 1.1.2
* Security fixes:
  - CVE-2006-2802: possible buffer overflow in the HTTP plugin.
  - possible buffer overflow via bad indexes in specially-crafted AVI files
* Fix a potential crash with fixed-size lacing in the Matroska demuxer
* Enable AMD64 mmx/sse support in some plugins (tvtime, libmpeg2, goom...)
* Fix xxmc subpictures (broken since 1.1.1)
* Add support for RealPlayer 10 codecs

WANTLIB tweak from bernd@

testing by steven@ and bernd@
2006-10-12 04:48:14 +00:00

12 lines
333 B
Plaintext

$OpenBSD: patch-src_xine-utils_utils_c,v 1.2 2006/10/12 04:48:14 brad Exp $
--- src/xine-utils/utils.c.orig Fri Jun 23 14:24:22 2006
+++ src/xine-utils/utils.c Fri Sep 15 17:53:22 2006
@@ -52,6 +52,7 @@
#ifdef HAVE_NL_LANGINFO
#include <langinfo.h>
+#include <localcharset.h>
#endif
#if defined(__CYGWIN__) || defined(WIN32)