Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Aug 2003 04:52:14 +1000
From:      Andrew Kenneth Milton <akm@theinternet.com.au>
To:        "Steve O'Hara-Smith" <steve@sohara.org>
Cc:        multimedia@freebsd.org
Subject:   Re: FreeBSD-based PVR?
Message-ID:  <20030809185214.GA65392@zeus.theinternet.com.au>
In-Reply-To: <20030809144915.533c7ddf.steve@sohara.org>
References:  <3F33C044.507@isi.edu> <20030808204431.58f32a82.steve@sohara.org> <3F33FB9E.1040404@isi.edu> <20030809144915.533c7ddf.steve@sohara.org>

next in thread | previous in thread | raw e-mail | index | archive | help
+-------[ Steve O'Hara-Smith ]----------------------

| 	It's in http://people.freebsd.org/~lioux/ - but it's seriously
| out of date (pkg-comment was still in use).
| 
| 	I've made some progress - the current state of the art is
| on ftp.sohara.org in /pub/freevo.tgz.
| 
| 	I've hit a little nasty called runapp - it uses linux/a.out.h :(

you can replace that with;

#include <sys/imgact_aout.h>
#if !defined (N_MAGIC)
#define N_MAGIC(exec) N_GETMAGIC(exec)
#endif

should get you 99% of the way there d8)

-- 
Totally Holistic Enterprises Internet|                      | Andrew Milton
The Internet (Aust) Pty Ltd          |  M:+61 416 022 411   |
ACN: 082 081 472 ABN: 83 082 081 472 |akm@theinternet.com.au| Carpe Daemon


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030809185214.GA65392>