diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2004-02-12 18:05:45 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2004-02-12 18:05:45 +0000 |
commit | f6166fd4b881834285d2e756fc770417858bd5fb (patch) | |
tree | ea449f45b58450e0cb54075567b4ddb84dc7c624 | |
parent | bca01e595b0f4ab9dd719741af449a66b595bdba (diff) | |
download | xine-lib-f6166fd4b881834285d2e756fc770417858bd5fb.tar.gz xine-lib-f6166fd4b881834285d2e756fc770417858bd5fb.tar.bz2 |
demuxers don't need video_out
CVS patchset: 6135
CVS date: 2004/02/12 18:05:45
-rw-r--r-- | src/demuxers/demux.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/demuxers/demux.h b/src/demuxers/demux.h index a28046d7d..df05ef286 100644 --- a/src/demuxers/demux.h +++ b/src/demuxers/demux.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: demux.h,v 1.36 2004/01/23 09:24:52 andruil Exp $ + * $Id: demux.h,v 1.37 2004/02/12 18:05:45 mroi Exp $ */ #ifndef HAVE_DEMUX_H @@ -26,12 +26,10 @@ #ifdef XINE_COMPILE # include "input/input_plugin.h" # include "buffer.h" -# include "video_out.h" # include "xine_internal.h" #else # include <xine/input_plugin.h> # include <xine/buffer.h> -# include <xine/video_out.h> # include <xine/xine_internal.h> #endif |