Closed GoogleCodeExporter closed 9 years ago
Can you provide the exact error message?
I see the function prototype in
https://code.google.com/p/libyuv/source/browse/trunk/include/libyuv/convert_from
.h
and the function in
https://code.google.com/p/libyuv/source/browse/trunk/source/convert_from.cc
Original comment by fbarch...@google.com
on 17 Jun 2013 at 5:31
Also you likely want I420ToARGB, which is the most common 32 bit format.
BGRA is a big endian format, not commonly used; Most common occurrence is OSX
format kCMPixelFormat_32ARGB
Original comment by fbarch...@google.com
on 17 Jun 2013 at 5:37
So I must include <convert_from.h> as well?
Original comment by onmyway...@gmail.com
on 18 Jun 2013 at 2:20
no, libyuv.h includes convert_from.h
Is the error that you can't find the header, a compile error, or a link error?
If you're using xcode natively, make sure source/convert_from.cc is in your
project.
Original comment by fbarch...@chromium.org
on 18 Jun 2013 at 5:16
Any updates on what the build issues are?
Original comment by fbarch...@chromium.org
on 23 Jul 2013 at 9:33
Closing due to lack of response. If you still have questions, email or post an
issue.
Original comment by fbarch...@google.com
on 5 Aug 2013 at 9:38
Original issue reported on code.google.com by
onmyway...@gmail.com
on 17 Jun 2013 at 1:27