mirror of https://git.ffmpeg.org/ffmpeg.git
build fix for mips
Signed-off-by: Shivraj Patil <shivraj.patil@imgtec.com> Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
This commit is contained in:
parent
fed92adbb3
commit
2a512f86c1
|
@ -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
|
||||
|
|
|
@ -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…
Reference in New Issue