[FFmpeg-cvslog] avcodec/riscv/vp9dsp: Fix inclusion guard
Andreas Rheinhardt
git at videolan.org
Mon Apr 29 22:25:00 EEST 2024
ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Mon Apr 29 20:32:39 2024 +0200| [08781ebe1aabe99b94e2ee949ca0c95c1443c756] | committer: Andreas Rheinhardt
avcodec/riscv/vp9dsp: Fix inclusion guard
Fixes fate-source.
Reviewed-by: Jan Ekström <jeebjp at gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=08781ebe1aabe99b94e2ee949ca0c95c1443c756
---
libavcodec/riscv/vp9dsp.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
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
More information about the ffmpeg-cvslog
mailing list