comparison libmpcodecs/vf_smartblur.c @ 21778:bf1fbe97cc40

Fix build with shared libavutil. Approved by Diego.
author rathann
date Sun, 31 Dec 2006 02:44:54 +0000
parents 1e5cf11e8b1f
children f8d4f8eff72b
comparison
equal deleted inserted replaced
21777:3af036ae3c75 21778:bf1fbe97cc40
27 27
28 #ifdef HAVE_MALLOC_H 28 #ifdef HAVE_MALLOC_H
29 #include <malloc.h> 29 #include <malloc.h>
30 #endif 30 #endif
31 31
32 #ifdef USE_LIBAVUTIL_SO
33 #include <ffmpeg/avutil.h>
34 #else
32 #include "avutil.h" 35 #include "avutil.h"
36 #endif
33 #include "img_format.h" 37 #include "img_format.h"
34 #include "mp_image.h" 38 #include "mp_image.h"
35 #include "vf.h" 39 #include "vf.h"
36 #include "libvo/fastmemcpy.h" 40 #include "libvo/fastmemcpy.h"
37 #include "libswscale/swscale.h" 41 #include "libswscale/swscale.h"