projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef1b5ae
)
Update multiple inclusion guards to match filename.
author
Diego Biurrun
<diego@biurrun.de>
Sat, 14 Feb 2009 16:54:53 +0000
(16:54 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Sat, 14 Feb 2009 16:54:53 +0000
(16:54 +0000)
Originally committed as revision 17242 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/xvmc.h
patch
|
blob
|
history
diff --git
a/libavcodec/xvmc.h
b/libavcodec/xvmc.h
index
9af5bc3
..
78e865a
100644
(file)
--- a/
libavcodec/xvmc.h
+++ b/
libavcodec/xvmc.h
@@
-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
@@
struct xvmc_render_state {
};
-#endif /* AVCODEC_XVMC_
RENDER_
H */
+#endif /* AVCODEC_XVMC_H */