summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2003-01-18 16:28:41 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2003-01-18 16:28:41 +0000
commit7606c60222fbfa4b2f9430b12a370af3ef6e8a75 (patch)
tree2c7774e85d1247a139a67ccff92e3144f97a5afa /src
parent088690a4ba5ff438b7f2d51499aa52f52e1ab04e (diff)
downloadxine-lib-7606c60222fbfa4b2f9430b12a370af3ef6e8a75.tar.gz
xine-lib-7606c60222fbfa4b2f9430b12a370af3ef6e8a75.tar.bz2
hit me if I am wrong, but I think these headers are relics
CVS patchset: 3958 CVS date: 2003/01/18 16:28:41
Diffstat (limited to 'src')
-rw-r--r--src/audio_out/Makefile.am8
-rw-r--r--src/audio_out/audio_alsa_out.h28
-rw-r--r--src/audio_out/audio_arts_out.h27
-rw-r--r--src/audio_out/audio_esd_out.h26
-rw-r--r--src/audio_out/audio_irixal_out.h27
-rw-r--r--src/audio_out/audio_oss_out.h27
-rw-r--r--src/audio_out/audio_sun_out.h27
7 files changed, 0 insertions, 170 deletions
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