]> git.sesse.net Git - vlc/commitdiff
Contribs: fix postproc build on mips.
authorKonstantin Pavlov <thresh@videolan.org>
Tue, 4 Dec 2012 13:04:36 +0000 (17:04 +0400)
committerKonstantin Pavlov <thresh@videolan.org>
Tue, 4 Dec 2012 13:04:36 +0000 (17:04 +0400)
contrib/src/postproc/rules.mak

index 7db439a20a4a68eb36b6190b8caf61a9d91106ba..248be989fa1d12d217b2e6dbbb29c38ec2a64fc4 100644 (file)
@@ -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