821cb0d8ef
An MPEG-4 (aka DivX) player built around the Windows binaries, but does not need Wine. There is also a xmps plugin you can build (manually). NOTE: aviplay (player originally included in the package) does not work and thus the package does not build it. I'll send mail about tiny, but working player to netbsd-users@netbsd.org soon.
13 lines
336 B
Text
13 lines
336 B
Text
$NetBSD: patch-ao,v 1.1.1.1 2001/04/12 21:26:21 zuntum Exp $
|
|
|
|
--- player/renderer.cpp.orig Wed Feb 7 18:21:11 2001
|
|
+++ player/renderer.cpp
|
|
@@ -9,7 +9,7 @@
|
|
|
|
#include <unistd.h>
|
|
#define QT_CLEAN_NAMESPACE
|
|
-#ifdef __FreeBSD__
|
|
+#if defined(__FreeBSD__) || defined(__NetBSD__)
|
|
#include <machine/param.h>
|
|
#include <sys/types.h>
|
|
#endif
|