From 7606c60222fbfa4b2f9430b12a370af3ef6e8a75 Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Sat, 18 Jan 2003 16:28:41 +0000 Subject: hit me if I am wrong, but I think these headers are relics CVS patchset: 3958 CVS date: 2003/01/18 16:28:41 --- src/audio_out/Makefile.am | 8 -------- src/audio_out/audio_alsa_out.h | 28 ---------------------------- src/audio_out/audio_arts_out.h | 27 --------------------------- src/audio_out/audio_esd_out.h | 26 -------------------------- src/audio_out/audio_irixal_out.h | 27 --------------------------- src/audio_out/audio_oss_out.h | 27 --------------------------- src/audio_out/audio_sun_out.h | 27 --------------------------- 7 files changed, 170 deletions(-) delete mode 100644 src/audio_out/audio_alsa_out.h delete mode 100644 src/audio_out/audio_arts_out.h delete mode 100644 src/audio_out/audio_esd_out.h delete mode 100644 src/audio_out/audio_irixal_out.h delete mode 100644 src/audio_out/audio_oss_out.h delete mode 100644 src/audio_out/audio_sun_out.h (limited to 'src') diff --git a/src/audio_out/Makefile.am b/src/audio_out/Makefile.am index 733c60cfe..3c2152824 100644 --- a/src/audio_out/Makefile.am +++ b/src/audio_out/Makefile.am @@ -77,14 +77,6 @@ xineplug_ao_out_arts_la_SOURCES = audio_arts_out.c xineplug_ao_out_arts_la_LIBADD = $(ARTS_LIBS) xineplug_ao_out_arts_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ -noinst_HEADERS = \ - audio_alsa_out.h \ - audio_arts_out.h \ - audio_esd_out.h \ - audio_irixal_out.h \ - audio_oss_out.h \ - audio_sun_out.h - debug: @$(MAKE) CFLAGS="$(DEBUG_CFLAGS)" diff --git a/src/audio_out/audio_alsa_out.h b/src/audio_out/audio_alsa_out.h deleted file mode 100644 index 123282262..000000000 --- a/src/audio_out/audio_alsa_out.h +++ /dev/null @@ -1,28 +0,0 @@ -/* - * Copyright (C) 2000 the xine project - * - * This file is part of xine, a unix video player. - * - * xine 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. - * - * xine 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA - * - * $Id: audio_alsa_out.h,v 1.1 2001/04/24 20:53:00 f1rmb Exp $ - */ -#ifndef _AUDIO_ALSA_OUT_H_ -#define _AUDIO_ALSA_OUT_H_ 1 - -ao_functions_t *audio_alsaout_init(void); - -#endif - diff --git a/src/audio_out/audio_arts_out.h b/src/audio_out/audio_arts_out.h deleted file mode 100644 index 7c119e579..000000000 --- a/src/audio_out/audio_arts_out.h +++ /dev/null @@ -1,27 +0,0 @@ -/* - * Copyright (C) 2000 the xine project - * - * This file is part of xine, a unix video player. - * - * xine 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. - * - * xine 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA - * - * $Id: audio_arts_out.h,v 1.1 2001/06/24 07:17:37 guenter Exp $ - */ -#ifndef _AUDIO_ARTS_OUT_H_ -#define _AUDIO_ARTS_OUT_H_ 1 - -ao_functions_t *audio_artsout_init(void); - -#endif diff --git a/src/audio_out/audio_esd_out.h b/src/audio_out/audio_esd_out.h deleted file mode 100644 index a98dcc34f..000000000 --- a/src/audio_out/audio_esd_out.h +++ /dev/null @@ -1,26 +0,0 @@ -/* - * Copyright (C) 2000 the xine project - * - * This file is part of xine, a unix video player. - * - * xine 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. - * - * xine 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA - */ - -#ifndef _AUDIO_ESD_OUT_H_ -#define _AUDIO_ESD_OUT_H_ 1 - -ao_functions_t *audio_esdout_init(void); - -#endif diff --git a/src/audio_out/audio_irixal_out.h b/src/audio_out/audio_irixal_out.h deleted file mode 100644 index 6b68025c7..000000000 --- a/src/audio_out/audio_irixal_out.h +++ /dev/null @@ -1,27 +0,0 @@ -/* - * Copyright (C) 2000 the xine project - * - * This file is part of xine, a unix video player. - * - * xine 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. - * - * xine 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA - * - * $Id: audio_irixal_out.h,v 1.1 2001/09/06 17:12:38 mshopf Exp $ - */ -#ifndef _AUDIO_IRIXAL_OUT_H_ -#define _AUDIO_IRIXAL_OUT_H_ 1 - -ao_functions_t *audio_irixalout_init(void); - -#endif diff --git a/src/audio_out/audio_oss_out.h b/src/audio_out/audio_oss_out.h deleted file mode 100644 index 2618acbf9..000000000 --- a/src/audio_out/audio_oss_out.h +++ /dev/null @@ -1,27 +0,0 @@ -/* - * Copyright (C) 2000 the xine project - * - * This file is part of xine, a unix video player. - * - * xine 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. - * - * xine 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA - * - * $Id: audio_oss_out.h,v 1.1 2001/04/24 20:53:00 f1rmb Exp $ - */ -#ifndef _AUDIO_OSS_OUT_H_ -#define _AUDIO_OSS_OUT_H_ 1 - -ao_functions_t *audio_ossout_init(void); - -#endif diff --git a/src/audio_out/audio_sun_out.h b/src/audio_out/audio_sun_out.h deleted file mode 100644 index aa1fa87f0..000000000 --- a/src/audio_out/audio_sun_out.h +++ /dev/null @@ -1,27 +0,0 @@ -/* - * Copyright (C) 2000 the xine project - * - * This file is part of xine, a unix video player. - * - * xine 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. - * - * xine 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA - * - * $Id: audio_sun_out.h,v 1.1 2001/06/21 17:34:23 guenter Exp $ - */ -#ifndef _AUDIO_SUN_OUT_H_ -#define _AUDIO_SUN_OUT_H_ 1 - -ao_functions_t *audio_sunout_init(void); - -#endif -- cgit v1.2.3