From 01290c888ec621cb00f2e1aae986085554198820 Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Sun, 16 Nov 2003 15:41:15 +0000 Subject: actually not every engine file uses internals, so we do not need to define XINE_ENGINE_INTERNAL for every file CVS patchset: 5753 CVS date: 2003/11/16 15:41:15 --- src/xine-engine/xine_interface.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/xine-engine/xine_interface.c') diff --git a/src/xine-engine/xine_interface.c b/src/xine-engine/xine_interface.c index 3c179b386..304c7baec 100644 --- a/src/xine-engine/xine_interface.c +++ b/src/xine-engine/xine_interface.c @@ -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_interface.c,v 1.65 2003/11/15 20:43:11 mroi Exp $ + * $Id: xine_interface.c,v 1.66 2003/11/16 15:41:15 mroi Exp $ * * convenience/abstraction layer, functions to implement * libxine's public interface @@ -41,6 +41,8 @@ #include #endif +#define XINE_ENGINE_INTERNAL + #include "xine_internal.h" #include "audio_out.h" #include "video_out.h" -- cgit v1.2.3