gstreamer compile error on vp8 with Xcode 6.3 provides Apple LLVM version 6.1.0
Jing huang
jinghuangusc at gmail.com
Thu Apr 16 22:29:01 PDT 2015
Hi folks,
With Xcode 6.3 provides Apple LLVM version 6.1.0 (clang-602.0.49) (based on
LLVM 3.6.0svn) I got the following compile error :
vp8/encoder/vp8_asm_enc_offsets.c:23:1: error: unexpected token in argument
list
DEFINE(vp8_block_coeff, offsetof(BLOCK, coeff));
^
./vpx_ports/asm_offsets.h:22:35: note: expanded from macro 'DEFINE'
#define DEFINE(sym, val) asm("\n" #sym " EQU %0" : : "i" (val))
^
<scratch space>:68:2: note: expanded from here
"vp8_block_coeff"
^
<inline asm>:2:21: note: instantiated into assembly here
vp8_block_coeff EQU $8
----------------------
I found similar issue commented on this:
https://trac.macports.org/ticket/47406
It might require the same patch to the make file here for this version.
Sebastion,
Let me know if my analysis is correct and where should I put the patch in?
Thanks,
Jing
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20150416/b493e67e/attachment.html>
More information about the gstreamer-devel
mailing list