H. Onur wrote:
hi,
i get this message when compiling xine-lib with external ffmpeg and latest ffmpeg svn.
xineplug_post_planar_la-pp.lo -MD -MP -MF .deps/xineplug_post_planar_la-pp.Tpo -c pp.c -fPIC -DPIC -o .libs/xineplug_post_planar_la-pp.o pp.c:31:27: error: postprocess.h: No such file or directory pp.c:57: error: 'PP_QUALITY_MAX' undeclared here (not in a function) pp.c:77: error: expected specifier-qualifier-list before 'pp_context_t' pp.c: In function 'set_parameters': pp.c:88: error: 'post_plugin_pp_t' has no member named 'lock'
I solved this error with dirty hack: commented out HAVE_FFMPEG_AVUTIL_H in include/configure.h. xine-lib-1.2 hg.
AK