[FFmpeg-cvslog] error.h: Do not circularly depend on avutil.h

Diego Biurrun git at videolan.org
Wed Dec 25 12:47:25 CET 2013


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Fri Dec 13 18:50:48 2013 +0100| [d06ca2040c0f30345b4aa8e83d824297535953c5] | committer: Diego Biurrun

error.h: Do not circularly depend on avutil.h

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d06ca2040c0f30345b4aa8e83d824297535953c5
---

 libavutil/error.h |    1 -
 1 file changed, 1 deletion(-)

diff --git a/libavutil/error.h b/libavutil/error.h
index 3dfd880..268a032 100644
--- a/libavutil/error.h
+++ b/libavutil/error.h
@@ -26,7 +26,6 @@
 
 #include <errno.h>
 #include <stddef.h>
-#include "avutil.h"
 
 /**
  * @addtogroup lavu_error



More information about the ffmpeg-cvslog mailing list