Open GoogleCodeExporter opened 9 years ago
Solved. The installation procedure for libyuv is not complete in the Wiki. It
should be:
mkdir libyuv && cd libyuv
svn co http://src.chromium.org/svn/trunk/tools/depot_tools .
./gclient config http://libyuv.googlecode.com/svn/trunk
./gclient sync && cd trunk
make -j `getconf _NPROCESSORS_ONLN` V=1 -r libyuv BUILDTYPE=Release
cp -r out/Release/obj.target/libyuv* /usr/local/lib
mkdir /usr/local/include && cp -r include/* /usr/local/include
Regarding the last line ./tinyDAV/src/video/tdav_converter_video.cxx needs to
be patched so it looks for libyuv.h instead of libyuv/libyuv.h
I've attached a patch.
After this Doubango compiles fine with libyuv.
Original comment by autosta...@gmail.com
on 5 Dec 2012 at 9:13
Attachments:
Original comment by boss...@yahoo.fr
on 6 Dec 2012 at 5:50
I have got this problem also.
Thank you for your helping.
Original comment by fffff5...@126.com
on 2 Apr 2013 at 7:20
Original issue reported on code.google.com by
autosta...@gmail.com
on 5 Dec 2012 at 3:48