pkgsrc/graphics/avifile/patches/patch-an
zuntum 821cb0d8ef Initial import of avifile-0.53.5
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.
2001-04-12 21:26:21 +00:00

14 lines
329 B
Text

$NetBSD: patch-an,v 1.1.1.1 2001/04/12 21:26:21 zuntum Exp $
--- player/main.cpp.orig Thu Dec 14 03:37:50 2000
+++ player/main.cpp
@@ -16,6 +16,9 @@
#ifdef __FreeBSD__
#include <floatingpoint.h>
#endif
+#ifdef __NetBSD__
+#include <machine/ieeefp.h>
+#endif
#include "mywidget.h"
#include <default.h>
#include <version.h>