diff mbox series

[FFmpeg-devel] avcodec/riscv/vp9dsp: Fix inclusion guard

Message ID AS8P250MB074492E723FE6C701AAD4DD68F1B2@AS8P250MB0744.EURP250.PROD.OUTLOOK.COM
State Accepted
Commit 08781ebe1aabe99b94e2ee949ca0c95c1443c756
Headers show
Series [FFmpeg-devel] avcodec/riscv/vp9dsp: Fix inclusion guard | expand

Checks

Context Check Description
yinshiyou/make_loongarch64 success Make finished
yinshiyou/make_fate_loongarch64 success Make fate finished

Commit Message

Andreas Rheinhardt April 29, 2024, 6:33 p.m. UTC
Fixes fate-source.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
---
I intend to apply this soon.

 libavcodec/riscv/vp9dsp.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Jan Ekström April 29, 2024, 7:23 p.m. UTC | #1
On Mon, Apr 29, 2024 at 9:33 PM Andreas Rheinhardt
<andreas.rheinhardt@outlook.com> wrote:
>
> Fixes fate-source.
>
> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
> ---
> I intend to apply this soon.

Verified that this fixes fate-source, LGTM.

Thanks for noticing this.

Jan
diff mbox series

Patch

diff --git a/libavcodec/riscv/vp9dsp.h b/libavcodec/riscv/vp9dsp.h
index 0540c7303d..25047ed507 100644
--- a/libavcodec/riscv/vp9dsp.h
+++ b/libavcodec/riscv/vp9dsp.h
@@ -18,8 +18,8 @@ 
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#ifndef AVCODEC_RISCV_VP9DSP_RISCV_H
-#define AVCODEC_RISCV_VP9DSP_RISCV_H
+#ifndef AVCODEC_RISCV_VP9DSP_H
+#define AVCODEC_RISCV_VP9DSP_H
 
 #include <stddef.h>
 #include <stdint.h>
@@ -168,4 +168,4 @@  VP9_COPY_RISCV_RVI_FUNC(4);
 #undef VP9_BILINEAR_RISCV_RVV_FUNC
 #undef VP9_COPY_AVG_RISCV_RVV_FUNC
 
-#endif  // #ifndef AVCODEC_RISCV_VP9DSP_RISCV_H
+#endif  // #ifndef AVCODEC_RISCV_VP9DSP_H