changeset 1417:89dacc2b9bf0 libavcodec

avoid warning
author bellard
date Sun, 24 Aug 2003 22:15:37 +0000
parents 8edad1e372d1
children e6e43c68e19c
files error_resilience.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/error_resilience.c	Sun Aug 24 22:13:48 2003 +0000
+++ b/error_resilience.c	Sun Aug 24 22:15:37 2003 +0000
@@ -991,7 +991,9 @@
         v_block_filter(s, s->current_picture.data[2], s->mb_width  , s->mb_height  , s->uvlinesize, 0);
     }
 
+#ifdef HAVE_XVMC
 ec_clean:
+#endif
     /* clean a few tables */
     for(i=0; i<s->mb_num; i++){
         const int mb_xy= s->mb_index2xy[i];