FreeBSD-based PVR?

Andrew Kenneth Milton akm at theinternet.com.au
Sat Aug 9 11:52:24 PDT 2003


+-------[ 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 at theinternet.com.au| Carpe Daemon


More information about the freebsd-multimedia mailing list