projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e58345
)
utils: Add missing parentheses
author
Emil Velikov
<emil.l.velikov@gmail.com>
Wed, 13 Jul 2011 22:19:37 +0000
(23:19 +0100)
committer
Brian Paul
<brianp@vmware.com>
Wed, 13 Jul 2011 22:37:29 +0000
(16:37 -0600)
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Signed-off-by: Brian Paul <brianp@vmware.com>
src/gallium/auxiliary/util/u_video.h
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/util/u_video.h
b/src/gallium/auxiliary/util/u_video.h
index 78cceb6bcf244a7d77cbc16e4688a5ee3e746a0f..46da13610045aa3cb0c7978a2c80285fc4442a00 100644
(file)
--- a/
src/gallium/auxiliary/util/u_video.h
+++ b/
src/gallium/auxiliary/util/u_video.h
@@
-68,4
+68,8
@@
u_reduce_video_profile(enum pipe_video_profile profile)
}
}
+#ifdef __cplusplus
+}
+#endif
+
#endif /* U_VIDEO_H */