Commit 52703a64 authored by Diego Biurrun's avatar Diego Biurrun

Use filename as multiple inclusion guard.

Originally committed as revision 10760 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 7f3c02fc
...@@ -18,8 +18,8 @@ ...@@ -18,8 +18,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/ */
#ifndef XVID_INTERNAL_H #ifndef LIBXVID_INTERNAL_H
#define XVID_INTERNAL_H #define LIBXVID_INTERNAL_H
/** /**
* @file libxvid_internal.h * @file libxvid_internal.h
...@@ -29,4 +29,4 @@ ...@@ -29,4 +29,4 @@
int av_tempfile(char *prefix, char **filename); int av_tempfile(char *prefix, char **filename);
#endif /* XVID_INTERNAL_H */ #endif /* LIBXVID_INTERNAL_H */
...@@ -22,8 +22,8 @@ ...@@ -22,8 +22,8 @@
DEALINGS IN THE SOFTWARE. DEALINGS IN THE SOFTWARE.
**/ **/
#ifndef OGG_H #ifndef OGG2_H
#define OGG_H #define OGG2_H
#include "avformat.h" #include "avformat.h"
...@@ -84,4 +84,4 @@ extern ogg_codec_t ogm_old_codec; ...@@ -84,4 +84,4 @@ extern ogg_codec_t ogm_old_codec;
extern int vorbis_comment(AVFormatContext *ms, uint8_t *buf, int size); extern int vorbis_comment(AVFormatContext *ms, uint8_t *buf, int size);
#endif #endif /* OGG2_H */
...@@ -18,8 +18,8 @@ ...@@ -18,8 +18,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/ */
#ifndef AVUTIL_STRING_H #ifndef AVUTIL_AVSTRING_H
#define AVUTIL_STRING_H #define AVUTIL_AVSTRING_H
#include <stddef.h> #include <stddef.h>
...@@ -87,4 +87,4 @@ size_t av_strlcat(char *dst, const char *src, size_t size); ...@@ -87,4 +87,4 @@ size_t av_strlcat(char *dst, const char *src, size_t size);
*/ */
size_t av_strlcatf(char *dst, size_t size, const char *fmt, ...); size_t av_strlcatf(char *dst, size_t size, const char *fmt, ...);
#endif /* AVUTIL_STRING_H */ #endif /* AVUTIL_AVSTRING_H */
...@@ -18,8 +18,8 @@ ...@@ -18,8 +18,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/ */
#ifndef NEWPOSTPROCESS_H #ifndef POSTPROCESS_H
#define NEWPOSTPROCESS_H #define POSTPROCESS_H
/** /**
* @file postprocess.h * @file postprocess.h
...@@ -75,4 +75,4 @@ void pp_free_context(pp_context_t *ppContext); ...@@ -75,4 +75,4 @@ void pp_free_context(pp_context_t *ppContext);
#define PP_PICT_TYPE_QP2 0x00000010 ///< MPEG2 style QScale #define PP_PICT_TYPE_QP2 0x00000010 ///< MPEG2 style QScale
#endif #endif /* POSTPROCESS_H */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment