| Index: source/libvpx/vpx/vpx_image.h
|
| ===================================================================
|
| --- source/libvpx/vpx/vpx_image.h (revision 247498)
|
| +++ source/libvpx/vpx/vpx_image.h (working copy)
|
| @@ -13,13 +13,13 @@
|
| * \brief Describes the vpx image descriptor and associated operations
|
| *
|
| */
|
| +#ifndef VPX_VPX_IMAGE_H_
|
| +#define VPX_VPX_IMAGE_H_
|
| +
|
| #ifdef __cplusplus
|
| extern "C" {
|
| #endif
|
|
|
| -#ifndef VPX_VPX_IMAGE_H_
|
| -#define VPX_VPX_IMAGE_H_
|
| -
|
| /*!\brief Current ABI version number
|
| *
|
| * \internal
|
| @@ -237,7 +237,8 @@
|
| */
|
| void vpx_img_free(vpx_image_t *img);
|
|
|
| +#ifdef __cplusplus
|
| +} // extern "C"
|
| #endif
|
| -#ifdef __cplusplus
|
| -}
|
| +
|
| #endif // VPX_VPX_IMAGE_H_
|
|
|