Mercurial > mplayer.hg
changeset 22902:d74001dbe2a6
missing headers in vidix drivers registry files
author | ben |
---|---|
date | Fri, 06 Apr 2007 15:30:39 +0000 |
parents | a7605669b114 |
children | bbc011e59732 |
files | vidix/drivers.c vidix/drivers.h vidix/vidix.h vidix/vidixlib.c vidix/vidixlib.h |
diffstat | 5 files changed, 40 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/vidix/drivers.c Fri Apr 06 15:26:41 2007 +0000 +++ b/vidix/drivers.c Fri Apr 06 15:30:39 2007 +0000 @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2007 Benjamin Zores <ben@geexbox.org> + * Vidix drivers registry handler. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + #include <stdlib.h> #include <stdio.h> #include <errno.h>
--- a/vidix/drivers.h Fri Apr 06 15:26:41 2007 +0000 +++ b/vidix/drivers.h Fri Apr 06 15:30:39 2007 +0000 @@ -1,3 +1,21 @@ +/* + * Copyright (C) 2007 Benjamin Zores <ben@geexbox.org> + * Vidix drivers registry handler. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ #ifndef VIDIX_DRIVERS_H #define VIDIX_DRIVERS_H
--- a/vidix/vidix.h Fri Apr 06 15:26:41 2007 +0000 +++ b/vidix/vidix.h Fri Apr 06 15:30:39 2007 +0000 @@ -6,7 +6,7 @@ * In the future it may be expanded up to capturing and audio things. * Main goal of this this interface imlpementation is providing DGA * everywhere where it's possible (unlike X11 and other). - * Copyright 2002 Nick Kurshev + * Copyright 2002 Nick Kurshev, 2007 Benjamin Zores * Licence: GPL * This interface is based on v4l2, fbvid.h, mga_vid.h projects * and personally my ideas.
--- a/vidix/vidixlib.c Fri Apr 06 15:26:41 2007 +0000 +++ b/vidix/vidixlib.c Fri Apr 06 15:30:39 2007 +0000 @@ -6,7 +6,7 @@ * In the future it may be expanded up to capturing and audio things. * Main goal of this this interface imlpementation is providing DGA * everywhere where it's possible (unlike X11 and other). - * Copyright 2002 Nick Kurshev + * Copyright 2002 Nick Kurshev, 2007 Benjamin Zores * Licence: GPL * This interface is based on v4l2, fbvid.h, mga_vid.h projects * and personally my ideas.
--- a/vidix/vidixlib.h Fri Apr 06 15:26:41 2007 +0000 +++ b/vidix/vidixlib.h Fri Apr 06 15:30:39 2007 +0000 @@ -6,7 +6,7 @@ * In the future it may be expanded up to capturing and audio things. * Main goal of this this interface imlpementation is providing DGA * everywhere where it's possible (unlike X11 and other). - * Copyright 2002 Nick Kurshev + * Copyright 2002 Nick Kurshev, 2007 Benjamin Zores * Licence: GPL * This interface is based on v4l2, fbvid.h, mga_vid.h projects * and personally my ideas.