Mercurial > libavformat.hg
changeset 1108:5dbdfa87d0d8 libavformat
Add support for GNU/kFreeBSD systems.
patch from Petr Salinger submitted by Sam Hocevar
author | diego |
---|---|
date | Sat, 10 Jun 2006 12:30:51 +0000 |
parents | 921c8af78310 |
children | 725b291bf94f |
files | grab_bktr.c |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/grab_bktr.c Mon Jun 05 22:41:14 2006 +0000 +++ b/grab_bktr.c Sat Jun 10 12:30:51 2006 +0000 @@ -30,6 +30,9 @@ # include <machine/ioctl_meteor.h> # include <machine/ioctl_bt848.h> # endif +#elif defined(__FreeBSD_kernel__) +# include <dev/bktr/ioctl_meteor.h> +# include <dev/bktr/ioctl_bt848.h> #elif defined(__DragonFly__) # include <dev/video/meteor/ioctl_meteor.h> # include <dev/video/bktr/ioctl_bt848.h>