From 1a8845d5b0190c82c32340433a6dd7f9d1d9660c Mon Sep 17 00:00:00 2001 From: Eduard Hasenleithner Date: Wed, 25 Jul 2001 15:03:14 +0000 Subject: Removed the --with-dxr3-path argument and added --disable-dxr3. Did some cosmetic stuff too. CVS patchset: 347 CVS date: 2001/07/25 15:03:14 --- src/dxr3/video_out_dxr3.c | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'src/dxr3/video_out_dxr3.c') diff --git a/src/dxr3/video_out_dxr3.c b/src/dxr3/video_out_dxr3.c index ac7bc7934..a1af4a4a7 100644 --- a/src/dxr3/video_out_dxr3.c +++ b/src/dxr3/video_out_dxr3.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_dxr3.c,v 1.3 2001/07/24 15:02:05 f1rmb Exp $ + * $Id: video_out_dxr3.c,v 1.4 2001/07/25 15:03:15 ehasenle Exp $ * * Dummy video out plugin for the dxr3. Is responsible for setting * tv_mode, bcs values and the aspectratio. @@ -33,13 +33,9 @@ #include #include -#include +#include #include "video_out.h" - -#include - #include "xine_internal.h" -#include "utils.h" char devname[]="/dev/em8300"; @@ -91,7 +87,7 @@ static vo_frame_t *dxr3_alloc_frame (vo_driver_t *this_gen) static void dxr3_update_frame_format (vo_driver_t *this_gen, vo_frame_t *frame, uint32_t width, uint32_t height, - int ratio_code, int format) + int ratio_code, int format, int flags) { /* dxr3_driver_t *this = (dxr3_driver_t *) this_gen; */ fprintf(stderr, "dxr3_vo: dummy function update_frame_format called!\n"); -- cgit v1.2.3