[FFmpeg-soc] build system changes

Diego Biurrun diego at biurrun.de
Fri May 9 14:41:21 CEST 2008


I just changed the way #includes are handled in FFmpeg.  You need to
update your stuff to match this.  #includes residing in other
directories now require the full path from the root of the source tree,
i.e.:

#include "avcodec.h"

-->

#include "libavcodec/avcodec.h"

and similar.  Happy committing.

Diego



More information about the FFmpeg-soc mailing list