[Mplayer-cvslog] CVS: main/libmpcodecs Makefile,1.78,1.79 vd_huffyuv.c,1.5,1.6
Michael Niedermayer CVS
michael at mplayerhq.hu
Sat Nov 23 11:58:44 CET 2002
- Previous message: [Mplayer-cvslog] CVS: main/libmpdemux audio_in.c,1.6,1.7 demux_asf.c,1.25,1.26 demux_avi.c,1.51,1.52 demux_mov.c,1.82,1.83 demux_mpg.c,1.45,1.46 demux_pva.c,1.3,1.4 demux_real.c,1.33,1.34 demux_viv.c,1.23,1.24 tv.c,1.39,1.40 tvi_v4l.c,1.40,1.41
- Next message: [Mplayer-cvslog] CVS: main configure,1.610,1.611
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var/tmp.root/cvs-serv22743/libmpcodecs
Modified Files:
Makefile vd_huffyuv.c
Log Message:
warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/Makefile,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- Makefile 12 Nov 2002 00:06:36 -0000 1.78
+++ Makefile 23 Nov 2002 10:58:10 -0000 1.79
@@ -37,7 +37,7 @@
SRCS2=$(ENCODER_SRCS)
OBJS2=$(SRCS2:.c=.o)
-CFLAGS = $(OPTFLAGS) -I. -Inative -I.. -I../libmpdemux -I../loader $(EXTRA_INC)
+CFLAGS = $(OPTFLAGS) -I. -Inative -I.. -I../libmpdemux -I../loader $(EXTRA_INC) -D_GNU_SOURCE
.SUFFIXES: .c .o
Index: vd_huffyuv.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vd_huffyuv.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- vd_huffyuv.c 31 Aug 2002 13:09:23 -0000 1.5
+++ vd_huffyuv.c 23 Nov 2002 10:58:10 -0000 1.6
@@ -595,7 +595,7 @@
{
mp_image_t* mpi;
int pixel_ptr;
- unsigned char y1, y2, u, v, r, g, b, a;
+ unsigned char y1, y2, u, v, r, g, b/*, a*/;
unsigned char left_y, left_u, left_v, left_r, left_g, left_b;
unsigned char tmp, mi, mx, med;
unsigned char *swap;
- Previous message: [Mplayer-cvslog] CVS: main/libmpdemux audio_in.c,1.6,1.7 demux_asf.c,1.25,1.26 demux_avi.c,1.51,1.52 demux_mov.c,1.82,1.83 demux_mpg.c,1.45,1.46 demux_pva.c,1.3,1.4 demux_real.c,1.33,1.34 demux_viv.c,1.23,1.24 tv.c,1.39,1.40 tvi_v4l.c,1.40,1.41
- Next message: [Mplayer-cvslog] CVS: main configure,1.610,1.611
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list