[vlc-commits] contrib: Allow libav build on MIPS
    Edward Wang 
    git at videolan.org
       
    Tue Dec  4 14:07:42 CET 2012
    
    
  
vlc | branch: master | Edward Wang <edward.c.wang at compdigitec.com> | Sun Dec  2 13:39:29 2012 +0000| [f5ed9fca109514c2b352618cd64d5d546ba1e19d] | committer: Konstantin Pavlov
contrib: Allow libav build on MIPS
Signed-off-by: Konstantin Pavlov <thresh at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f5ed9fca109514c2b352618cd64d5d546ba1e19d
---
 contrib/src/ffmpeg/rules.mak |    5 +++++
 1 file changed, 5 insertions(+)
diff --git a/contrib/src/ffmpeg/rules.mak b/contrib/src/ffmpeg/rules.mak
index 4b99a1b..2647fcf 100644
--- a/contrib/src/ffmpeg/rules.mak
+++ b/contrib/src/ffmpeg/rules.mak
@@ -59,6 +59,11 @@ FFMPEG_CFLAGS += -mfpu=neon
 endif
 endif
 
+# MIPS stuff
+ifeq ($(ARCH),mipsel)
+FFMPEGCONF += --arch=mips
+endif
+
 # x86 stuff
 ifeq ($(ARCH),i386)
 ifndef HAVE_DARWIN_OS
    
    
More information about the vlc-commits
mailing list