From b64b4134d565e22fcdd50132456d8289690aaec8 Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Fri, 1 Oct 2010 13:55:13 +0000 Subject: Rename libavutil/assert.h to avassert.h This avoids conflicts with the system assert.h. Originally committed as revision 25284 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavutil/rational.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavutil/rational.c') diff --git a/libavutil/rational.c b/libavutil/rational.c index 4e3c50be81..0e0571e136 100644 --- a/libavutil/rational.c +++ b/libavutil/rational.c @@ -25,7 +25,7 @@ * @author Michael Niedermayer */ -#include "assert.h" +#include "avassert.h" //#include #include -- cgit v1.2.3