Add FFMPEG_ prefix to all multiple inclusion guards.

Originally committed as revision 10765 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun
2007-10-17 09:37:46 +00:00
parent 6a03549e8a
commit 5b21bdabe4
175 changed files with 528 additions and 529 deletions

View File

@ -25,8 +25,8 @@
* @author Michael Niedermayer <michaelni@gmx.at>
*/
#ifndef RATIONAL_H
#define RATIONAL_H
#ifndef FFMPEG_RATIONAL_H
#define FFMPEG_RATIONAL_H
#include <stdint.h>
@ -112,4 +112,4 @@ AVRational av_sub_q(AVRational b, AVRational c);
*/
AVRational av_d2q(double d, int max);
#endif // RATIONAL_H
#endif /* FFMPEG_RATIONAL_H */