Support Android x86 NDK build
authorMakoto Kato <makoto.kt@gmail.com>
Sun, 12 Feb 2012 04:57:13 +0000 (13:57 +0900)
committerJohann <johannkoenig@google.com>
Thu, 16 Feb 2012 20:03:30 +0000 (12:03 -0800)
commit7989bb7fe74aa1a3e477b2228e32424376c2c5e9
tree34aaddd28e3bc5488b2b7f6465f4f2c4e7b1b905
parent6776bd62b578e59929017c1a935682253ee8fe45
Support Android x86 NDK build

On Android NDK, rand() is inlined function.  But, on our SSE optimization,
we need symbol for rand()

Change-Id: I42ab00e3255208ba95d7f9b9a8a3605ff58da8e1
vp8/common/x86/postproc_x86.c [new file with mode: 0644]
vp8/vp8_common.mk