comparison libmpcodecs/vf_pp.c @ 32142:4614728cab25

build system: Merge all FFmpeg library checks into a single FFmpeg check. There is little point in assuming that some parts of FFmpeg might be available without the others. Plus, mixing and matching static and shared FFmpeg libraries was never supported.
author diego
date Mon, 13 Sep 2010 18:19:25 +0000
parents ed8a577b9a20
children 5d1ad5720b32
comparison
equal deleted inserted replaced
32141:2802b8095bf7 32142:4614728cab25
35 #include "mp_image.h" 35 #include "mp_image.h"
36 #include "vf.h" 36 #include "vf.h"
37 #include "libavutil/internal.h" 37 #include "libavutil/internal.h"
38 #include "libpostproc/postprocess.h" 38 #include "libpostproc/postprocess.h"
39 39
40 #ifdef CONFIG_LIBPOSTPROC_A 40 #ifdef CONFIG_FFMPEG_A
41 #define EMU_OLD 41 #define EMU_OLD
42 #include "libpostproc/postprocess_internal.h" 42 #include "libpostproc/postprocess_internal.h"
43 #endif 43 #endif
44 44
45 #undef malloc 45 #undef malloc