vlc | branch: master | Konstantin Pavlov <[email protected]> | Tue Dec 4 17:04:36 2012 +0400| [21da0e38e899b9543934e46a4c48fb65211ee385] | committer: Konstantin Pavlov
Contribs: fix postproc build on mips. > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=21da0e38e899b9543934e46a4c48fb65211ee385 --- contrib/src/postproc/rules.mak | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/contrib/src/postproc/rules.mak b/contrib/src/postproc/rules.mak index 7db439a..248be98 100644 --- a/contrib/src/postproc/rules.mak +++ b/contrib/src/postproc/rules.mak @@ -36,6 +36,11 @@ POSTPROC_CFLAGS += -mfloat-abi=softfp -mfpu=neon endif endif +# MIPS stuff +ifeq ($(ARCH),mipsel) +POSTPROCCONF += --arch=mips +endif + # x86 stuff ifeq ($(ARCH),i386) POSTPROCCONF += --arch=x86 _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
