747db3dfd9
NetBSD. Applied the same symbol hacks that are used to make the Linux RealPlayer modules work with mplayer -- but also use the native RV2.0 codec now. 17.03.2004 xine-lib 1-3c3b released This version adds support for Matroska files, Flash Video and Sierra VMD files, as well as OpenDML 2.0 support for the AVI demuxer. In addition, this new library can now handle a variety of file formats from the Amiga computer, including a variety of IFF files and MOD/S3M/XM/IT/etc music tracker formats (thanks to the ModPlug library). The new library version contains several new video decoders including Sierra video, Flash Video, Real Video 2.0 Duck TrueMotion v1, 8BPS, MZSH, ZLIB, ASV1,2, ATI VCR1 (all courtesy of ffmpeg). Network streaming drivers are enhanced, including secure HTTP, MMS, and RTP/UDP. As for video drivers, there is new support for the CACA library (colored ASCII art), and fixed/improved support for SDL and Sun PGX32 video. As always the core xine engine has been enhanced for greater stability so that you can just play your multimedia with ease.
12 lines
350 B
Text
12 lines
350 B
Text
$NetBSD: patch-ad,v 1.2 2004/03/28 20:14:22 mycroft Exp $
|
|
|
|
--- src/input/libdvdnav/vm.c.orig 2004-03-16 20:21:22.000000000 +0000
|
|
+++ src/input/libdvdnav/vm.c 2004-03-28 02:03:44.000000000 +0000
|
|
@@ -36,6 +36,7 @@
|
|
#include <assert.h>
|
|
#include <sys/types.h>
|
|
#include <sys/stat.h>
|
|
+#include <sys/param.h>
|
|
#include <fcntl.h>
|
|
|
|
#include "ifo_types.h"
|