Author: superdump Date: Tue May 20 17:46:52 2008 New Revision: 2170 Log: Headers in other subdirs of the FFmpeg source tree need to have the subdir prefixed now
Modified: aac/aac.c Modified: aac/aac.c ============================================================================== --- aac/aac.c (original) +++ aac/aac.c Tue May 20 17:46:52 2008 @@ -46,7 +46,7 @@ #include "avcodec.h" #include "bitstream.h" #include "dsputil.h" -#include "random.h" +#include "libavutil/random.h" #include "aactab.h" #include "mpeg4audio.h" _______________________________________________ FFmpeg-soc mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc
