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
This commit is contained in:
Måns Rullgård
2010-10-01 13:55:13 +00:00
parent 8a47d90b29
commit b64b4134d5
4 changed files with 5 additions and 5 deletions

View File

@@ -79,7 +79,7 @@
#include "cmdutils.h"
#include "libavutil/assert.h"
#include "libavutil/avassert.h"
const char program_name[] = "FFmpeg";
const int program_birth_year = 2000;