[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec dsputil.c,1.135,1.136

Guillaume Poirier CVS gpoirier
Fri Mar 17 13:08:49 CET 2006


Update of /cvsroot/ffmpeg/ffmpeg/libavcodec
In directory mail:/var2/tmp/cvs-serv27754/libavcodec

Modified Files:
	dsputil.c 
Log Message:
10l: Only set *compose97i *add_yblock to dsputils context if we are building with Snow enabled
Patch by Oded Shimon < ods15 AH ods15 POIS dyndns POIS org >


Index: dsputil.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/dsputil.c,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -d -r1.135 -r1.136
--- dsputil.c	16 Mar 2006 19:18:17 -0000	1.135
+++ dsputil.c	17 Mar 2006 12:08:46 -0000	1.136
@@ -4048,9 +4048,11 @@
     c->try_8x8basis= try_8x8basis_c;
     c->add_8x8basis= add_8x8basis_c;
 
+#ifdef CONFIG_SNOW_ENCODER
     c->vertical_compose97i = ff_snow_vertical_compose97i;
     c->horizontal_compose97i = ff_snow_horizontal_compose97i;
     c->inner_add_yblock = ff_snow_inner_add_yblock;
+#endif
 
 #ifdef HAVE_MMX
     dsputil_init_mmx(c, avctx);





More information about the ffmpeg-cvslog mailing list