[MPlayer-users] CVS compile failure

The Wanderer inverseparadox at comcast.net
Sat Aug 27 01:28:50 CEST 2005


Matthew Daubenspeck wrote:

> vf_fspp.c:48:28: ffmpeg/dsputil.h: No such file or directory
> 
> I searched for that file in the CVS checkout, and it is most
> certainly there. Any ideas what I might be missing?

The CVS checkout contains libavcodec/dsputil.h, but this include line
looks instead in the system search paths for ffmpeg/dsputil.h. If you
happen to have compiled and installed FFmpeg separately, then you will
almost certainly have this file installed, and so it will work just fine
- but if you have not done that, then the file will not be found.

I strongly suspect that this is in fact a bug, which should be fixed by
changing

#include <ffmpeg/dsputil.h>

to

#include "../libavcodec/dsputil.h"

in every file in which it is found. (There are apparently several of
them just in libmpcodecs/ itself.)

-- 
       The Wanderer

Warning: Simply because I argue an issue does not mean I agree with any
side of it.

A government exists to serve its citizens, not to control them.




More information about the MPlayer-users mailing list