diff options
author | Reinhard Nißl <rnissl@gmx.de> | 2007-12-31 11:40:37 +0100 |
---|---|---|
committer | Reinhard Nißl <rnissl@gmx.de> | 2007-12-31 11:40:37 +0100 |
commit | 7a42265fbf3833b328f7ac87d58d732a179ef6e5 (patch) | |
tree | 41f2a58356b457a0253eded2068c14e447b633b6 /include | |
parent | 9969614c2549cc5c7f97a7b32253b7b08e6bf9b7 (diff) | |
download | xine-lib-7a42265fbf3833b328f7ac87d58d732a179ef6e5.tar.gz xine-lib-7a42265fbf3833b328f7ac87d58d732a179ef6e5.tar.bz2 |
Combine vdr plugins into a single binary.
Several files were renamed for consistency.
--HG--
rename : include/xine/input_vdr.h => include/xine/vdr.h
rename : src/vdr/post_vdr.c => src/vdr/combined_vdr.c
rename : src/vdr/post_vdr.h => src/vdr/combined_vdr.h
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 */ |