[FFmpeg-cvslog] inverse.c: Replace unnecessary intmath.h header by necessary stdint.h.

Diego Biurrun git at videolan.org
Wed Jun 8 05:31:29 CEST 2011


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Sun Jun  5 15:27:51 2011 +0200| [e01bb264e78385367b716a55df713ae1a6750310] | committer: Diego Biurrun

inverse.c: Replace unnecessary intmath.h header by necessary stdint.h.

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

 libavutil/inverse.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavutil/inverse.c b/libavutil/inverse.c
index bca6183..5a5c490 100644
--- a/libavutil/inverse.c
+++ b/libavutil/inverse.c
@@ -19,7 +19,7 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#include "libavutil/intmath.h"
+#include <stdint.h>
 
 /* a*inverse[b]>>32 == a/b for all 0<=a<=16909558 && 2<=b<=256
  * for a>16909558, is an overestimate by less than 1 part in 1<<24 */



More information about the ffmpeg-cvslog mailing list