[vlc-commits] contrib: postproc: add mips64 arch
Thomas Guillem
git at videolan.org
Tue Aug 30 13:13:24 CEST 2016
vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Tue Aug 30 13:10:51 2016 +0200| [82392420a9bc281b7f6d666811228015e0177f91] | committer: Thomas Guillem
contrib: postproc: add mips64 arch
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=82392420a9bc281b7f6d666811228015e0177f91
---
contrib/src/postproc/rules.mak | 3 +++
1 file changed, 3 insertions(+)
diff --git a/contrib/src/postproc/rules.mak b/contrib/src/postproc/rules.mak
index 125af48..f7bdfc8 100644
--- a/contrib/src/postproc/rules.mak
+++ b/contrib/src/postproc/rules.mak
@@ -44,6 +44,9 @@ endif
ifeq ($(ARCH),mipsel)
POSTPROCCONF += --arch=mips
endif
+ifeq ($(ARCH),mips64el)
+POSTPROCCONF += --arch=mips64
+endif
# x86 stuff
ifeq ($(ARCH),i386)
More information about the vlc-commits
mailing list