Mercurial > libavcodec.hg
changeset 8843:00c1d62c3852 libavcodec
Update multiple inclusion guards to match filename.
author | diego |
---|---|
date | Sat, 14 Feb 2009 16:54:53 +0000 |
parents | 6491f179eff0 |
children | 9ea7195b2ed4 |
files | xvmc.h |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/xvmc.h Sat Feb 14 16:53:42 2009 +0000 +++ b/xvmc.h Sat Feb 14 16:54:53 2009 +0000 @@ -18,8 +18,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef AVCODEC_XVMC_RENDER_H -#define AVCODEC_XVMC_RENDER_H +#ifndef AVCODEC_XVMC_H +#define AVCODEC_XVMC_H #include <X11/Xlib.h> #include <X11/Xutil.h> @@ -72,4 +72,4 @@ }; -#endif /* AVCODEC_XVMC_RENDER_H */ +#endif /* AVCODEC_XVMC_H */