Author: superdump Date: Thu Jul 31 14:56:45 2008 New Revision: 2952 Log: Include paths for files in other libav* dirs than the current one must now be prefixed with the appropriate subdir
Modified: jpeg2000/j2kdec.c jpeg2000/j2kenc.c Modified: jpeg2000/j2kdec.c ============================================================================== --- jpeg2000/j2kdec.c (original) +++ jpeg2000/j2kdec.c Thu Jul 31 14:56:45 2008 @@ -29,7 +29,7 @@ #include "avcodec.h" #include "bytestream.h" #include "j2k.h" -#include "common.h" +#include "libavutil/common.h" #define HAD_COC 0x01 #define HAD_QCC 0x02 Modified: jpeg2000/j2kenc.c ============================================================================== --- jpeg2000/j2kenc.c (original) +++ jpeg2000/j2kenc.c Thu Jul 31 14:56:45 2008 @@ -29,7 +29,7 @@ #include "avcodec.h" #include "bytestream.h" #include "j2k.h" -#include "common.h" +#include "libavutil/common.h" #define NMSEDEC_BITS 7 #define NMSEDEC_FRACBITS (NMSEDEC_BITS-1) _______________________________________________ FFmpeg-soc mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc
