diff options
author | Reinhard Nißl <rnissl@gmx.de> | 2007-12-31 11:09:53 +0100 |
---|---|---|
committer | Reinhard Nißl <rnissl@gmx.de> | 2007-12-31 11:09:53 +0100 |
commit | c994a0bcf1e379afeb06293218d3946faf94c8f9 (patch) | |
tree | b37ec799e0e715868bce02fd7c13945827f17cbf | |
parent | cb2f69533fd5771c386d1b994b2179e76c4ded54 (diff) | |
download | xine-lib-c994a0bcf1e379afeb06293218d3946faf94c8f9.tar.gz xine-lib-c994a0bcf1e379afeb06293218d3946faf94c8f9.tar.bz2 |
Fix installation of input_vdr.h by moving it to include/xine.
Recent repository changes broke installation of input_vdr.h.
--HG--
rename : src/vdr/input_vdr.h => include/xine/input_vdr.h
-rw-r--r-- | include/xine/Makefile.am | 2 | ||||
-rw-r--r-- | include/xine/input_vdr.h (renamed from src/vdr/input_vdr.h) | 0 | ||||
-rw-r--r-- | src/vdr/input_vdr.c | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/include/xine/Makefile.am b/include/xine/Makefile.am index 8c86f3e2a..cad6adb31 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 + pool.h ring_buffer.h os_types.h input_vdr.h diff --git a/src/vdr/input_vdr.h b/include/xine/input_vdr.h index 41c96d741..41c96d741 100644 --- a/src/vdr/input_vdr.h +++ b/include/xine/input_vdr.h diff --git a/src/vdr/input_vdr.c b/src/vdr/input_vdr.c index 545e3fcc2..ff7ec7d2f 100644 --- a/src/vdr/input_vdr.c +++ b/src/vdr/input_vdr.c @@ -45,7 +45,7 @@ #include <xine/xineutils.h> #include <xine/input_plugin.h> -#include "input_vdr.h" +#include <xine/input_vdr.h> #include "post_vdr.h" |