mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 11:48:35 -04:00
20 lines
503 B
C
20 lines
503 B
C
--- thirdparty/libvpx/vpx/vpx_codec.h.orig 2019-03-23 14:24:15 UTC
|
|
+++ thirdparty/libvpx/vpx/vpx_codec.h
|
|
@@ -36,8 +36,8 @@
|
|
* Once initialized, the instance is manged using other functions from
|
|
* the vpx_codec_* family.
|
|
*/
|
|
-#ifndef VPX_VPX_CODEC_H_
|
|
-#define VPX_VPX_CODEC_H_
|
|
+#ifndef VPX_VPX_VPX_CODEC_H_
|
|
+#define VPX_VPX_VPX_CODEC_H_
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
@@ -475,5 +475,5 @@ extern "C" {
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
-#endif // VPX_VPX_CODEC_H_
|
|
+#endif // VPX_VPX_VPX_CODEC_H_
|
|
|