diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/xine/Makefile.am | 2 | ||||
-rw-r--r-- | include/xine/vdr.h (renamed from include/xine/input_vdr.h) | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/include/xine/Makefile.am b/include/xine/Makefile.am index cad6adb31..cc086dfaf 100644 --- a/include/xine/Makefile.am +++ b/include/xine/Makefile.am @@ -8,4 +8,4 @@ xineinclude_HEADERS = version.h buffer.h metronom.h configfile.h vo_scale.h \ io_helper.h broadcaster.h info_helper.h refcounter.h alphablend.h \ demux.h input_plugin.h attributes.h compat.h xine_buffer.h \ xineutils.h xmllexer.h xmlparser.h list.h array.h sorted_array.h \ - pool.h ring_buffer.h os_types.h input_vdr.h + pool.h ring_buffer.h os_types.h vdr.h diff --git a/include/xine/input_vdr.h b/include/xine/vdr.h index 41c96d741..faec3b966 100644 --- a/include/xine/input_vdr.h +++ b/include/xine/vdr.h @@ -18,8 +18,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA */ -#ifndef __INPUT_VDR_H -#define __INPUT_VDR_H +#ifndef __VDR_H +#define __VDR_H #define XINE_INPUT_VDR_VERSION 712 @@ -612,5 +612,5 @@ event_union_t; -#endif /* __INPUT_VDR_H */ +#endif /* __VDR_H */ |