Browse Source

build fix for mips

Signed-off-by: Shivraj Patil <shivraj.patil@imgtec.com>
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
tags/n3.4
Shivraj Patil Ronald S. Bultje 8 years ago
parent
commit
2a512f86c1
2 changed files with 3 additions and 2 deletions
  1. +2
    -1
      libavcodec/mips/hevcpred_init_mips.c
  2. +1
    -1
      libavcodec/mips/hevcpred_msa.c

+ 2
- 1
libavcodec/mips/hevcpred_init_mips.c View File

@@ -18,7 +18,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/

#include "libavcodec/hevc.h"
#include "config.h"
#include "libavutil/attributes.h"
#include "libavcodec/mips/hevcpred_mips.h"

#if HAVE_MSA


+ 1
- 1
libavcodec/mips/hevcpred_msa.c View File

@@ -18,7 +18,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/

#include "libavcodec/hevc.h"
#include "libavcodec/hevcdec.h"
#include "libavutil/mips/generic_macros_msa.h"
#include "hevcpred_mips.h"



Loading…
Cancel
Save