mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
ChangeLog: https://godotengine.org/article/maintenance-release-godot-3-5-1/ PR: 269956 Reported by: FreeBSD@ShaneWare.Biz
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_
|
|
|