You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-09-16 08:36:51 +02:00
avcodec/riscv/vp9dsp: Fix inclusion guard
Fixes fate-source. Reviewed-by: Jan Ekström <jeebjp@gmail.com> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user