diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-11-16 15:41:15 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-11-16 15:41:15 +0000 |
commit | 01290c888ec621cb00f2e1aae986085554198820 (patch) | |
tree | 1cf1be823cbca7f895cc89480b2b4802bd21052f /src/xine-engine/video_out.c | |
parent | ec1091eb86402f83104124775fc3eb442f1369de (diff) | |
download | xine-lib-01290c888ec621cb00f2e1aae986085554198820.tar.gz xine-lib-01290c888ec621cb00f2e1aae986085554198820.tar.bz2 |
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
Diffstat (limited to 'src/xine-engine/video_out.c')
-rw-r--r-- | src/xine-engine/video_out.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xine-engine/video_out.c b/src/xine-engine/video_out.c index ea4f30c84..b7d7626f6 100644 --- a/src/xine-engine/video_out.c +++ b/src/xine-engine/video_out.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: video_out.c,v 1.177 2003/11/11 18:45:01 f1rmb Exp $ + * $Id: video_out.c,v 1.178 2003/11/16 15:41:15 mroi Exp $ * * frame allocation / queuing / scheduling / output functions */ @@ -37,6 +37,7 @@ #include <assert.h> #define XINE_ENABLE_EXPERIMENTAL_FEATURES +#define XINE_ENGINE_INTERNAL #include "xine_internal.h" #include "video_out.h" |