vlc | branch: master | Edward Wang <[email protected]> | Sun Dec  2 
13:39:29 2012 +0000| [f5ed9fca109514c2b352618cd64d5d546ba1e19d] | committer: 
Konstantin Pavlov

contrib: Allow libav build on MIPS

Signed-off-by: Konstantin Pavlov <[email protected]>

> 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

_______________________________________________
vlc-commits mailing list
[email protected]
http://mailman.videolan.org/listinfo/vlc-commits

Reply via email to