diff mbox

[FFmpeg-devel] Build fix for MIPS

Message ID 1490854903-30898-1-git-send-email-shivraj.patil@imgtec.com
State Superseded
Headers show

Commit Message

shivraj.patil@imgtec.com March 30, 2017, 6:21 a.m. UTC
From: Shivraj Patil <shivraj.patil@imgtec.com>

Signed-off-by: Shivraj Patil <shivraj.patil@imgtec.com>
---
 libavcodec/mips/hevcpred_mips.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Ronald S. Bultje March 30, 2017, 11:54 a.m. UTC | #1
Hi,

On Thu, Mar 30, 2017 at 2:21 AM, <shivraj.patil@imgtec.com> wrote:

> From: Shivraj Patil <shivraj.patil@imgtec.com>
>
> Signed-off-by: Shivraj Patil <shivraj.patil@imgtec.com>
> ---
>  libavcodec/mips/hevcpred_mips.h |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/libavcodec/mips/hevcpred_mips.h b/libavcodec/mips/hevcpred_
> mips.h
> index 12f57a2..fcd687b 100644
> --- a/libavcodec/mips/hevcpred_mips.h
> +++ b/libavcodec/mips/hevcpred_mips.h
> @@ -21,7 +21,7 @@
>  #ifndef AVCODEC_MIPS_HEVCPRED_MIPS_H
>  #define AVCODEC_MIPS_HEVCPRED_MIPS_H
>
> -#include "libavcodec/hevcdsp.h"
> +#include "libavcodec/hevcdec.h"


Shouldn't this be hevcpred.h?

Ronald
diff mbox

Patch

diff --git a/libavcodec/mips/hevcpred_mips.h b/libavcodec/mips/hevcpred_mips.h
index 12f57a2..fcd687b 100644
--- a/libavcodec/mips/hevcpred_mips.h
+++ b/libavcodec/mips/hevcpred_mips.h
@@ -21,7 +21,7 @@ 
 #ifndef AVCODEC_MIPS_HEVCPRED_MIPS_H
 #define AVCODEC_MIPS_HEVCPRED_MIPS_H
 
-#include "libavcodec/hevcdsp.h"
+#include "libavcodec/hevcdec.h"
 
 void ff_hevc_intra_pred_planar_0_msa(uint8_t *dst,
                                      const uint8_t *src_top,