[FFmpeg-soc] [soc]: r2952 - in jpeg2000: j2kdec.c j2kenc.c

superdump subversion at mplayerhq.hu
Thu Jul 31 14:56:46 CEST 2008


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)



More information about the FFmpeg-soc mailing list