comparison libmpcodecs/vd_xvid.c @ 18771:a1807995e2ab

Move #ifdefs around complete files into the build system.
author diego
date Wed, 21 Jun 2006 14:49:09 +0000
parents 6afc2d6f5a08
children cc65a585fdcc
comparison
equal deleted inserted replaced
18770:b6225b75d0b0 18771:a1807995e2ab
1 #include <stdio.h> 1 #include <stdio.h>
2 #include <stdlib.h> 2 #include <stdlib.h>
3 3
4 #include "config.h" 4 #include "config.h"
5 #include "mp_msg.h" 5 #include "mp_msg.h"
6
7 #ifdef HAVE_XVID3
8 6
9 #include "vd_internal.h" 7 #include "vd_internal.h"
10 #include "m_option.h" 8 #include "m_option.h"
11 9
12 #include <xvid.h> 10 #include <xvid.h>
245 mpi->stride[1] = mpi->stride[2] = d4_pic.stride_uv; 243 mpi->stride[1] = mpi->stride[2] = d4_pic.stride_uv;
246 } 244 }
247 245
248 return mpi; 246 return mpi;
249 } 247 }
250 #endif //have_xvid