diff options
author | Thibaut Mattern <tmattern@users.sourceforge.net> | 2003-10-18 19:19:52 +0000 |
---|---|---|
committer | Thibaut Mattern <tmattern@users.sourceforge.net> | 2003-10-18 19:19:52 +0000 |
commit | 5bccf8cb973bd9d9b48195c0858cf717278453a9 (patch) | |
tree | 58f955d33b022d557404e8dc5e2ebaab16eb6c47 /src | |
parent | 83194423879d42ca98ead12838ba98db2716749b (diff) | |
download | xine-lib-5bccf8cb973bd9d9b48195c0858cf717278453a9.tar.gz xine-lib-5bccf8cb973bd9d9b48195c0858cf717278453a9.tar.bz2 |
Add io_helper and meta_helper.
CVS patchset: 5535
CVS date: 2003/10/18 19:19:52
Diffstat (limited to 'src')
-rw-r--r-- | src/xine-engine/xine_internal.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/xine-engine/xine_internal.h b/src/xine-engine/xine_internal.h index be98f00d2..1692b6ba7 100644 --- a/src/xine-engine/xine_internal.h +++ b/src/xine-engine/xine_internal.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xine_internal.h,v 1.140 2003/09/25 02:57:51 rockyb Exp $ + * $Id: xine_internal.h,v 1.141 2003/10/18 19:19:52 tmattern Exp $ * */ @@ -54,6 +54,8 @@ typedef struct extra_info_s extra_info_t; # include "spu_decoder.h" # include "scratch.h" # include "broadcaster.h" +# include "io_helper.h" +# include "meta_helper.h" #else # include <xine.h> # include <xine/input_plugin.h> @@ -69,6 +71,8 @@ typedef struct extra_info_s extra_info_t; # include <xine/spu_decoder.h> # include <xine/scratch.h> # include <xine/broadcaster.h> +# include <xine/io_helper.h> +# include <xine/meta_helper.h> #endif |