Mercurial > libavformat.hg
diff rtp.h @ 2620:792383dd085e libavformat
Add FFMPEG_ prefix to all multiple inclusion guards.
| author | diego |
|---|---|
| date | Wed, 17 Oct 2007 09:37:46 +0000 |
| parents | 0318af3025dd |
| children | 687a0cbff773 |
line wrap: on
line diff
--- a/rtp.h Wed Oct 17 09:16:21 2007 +0000 +++ b/rtp.h Wed Oct 17 09:37:46 2007 +0000 @@ -18,8 +18,8 @@ * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef RTP_H -#define RTP_H +#ifndef FFMPEG_RTP_H +#define FFMPEG_RTP_H #include "avcodec.h" #include "avformat.h" @@ -122,4 +122,4 @@ #endif extern AVRtpPayloadType_t AVRtpPayloadTypes[]; -#endif /* RTP_H */ +#endif /* FFMPEG_RTP_H */
