WangYongHai / libyuv

Automatically exported from code.google.com/p/libyuv
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

build as objective C #325

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Instead of compiling as c or c++, compile the code as objective c.
This may be a nicer integration into ios/osx apps instead of mixing languages.
As objective c contains c as a subset, the changes to the source code should be 
minor.
Currently there are still some c++ portions for jpeg and conversion that will 
need to be recoded

Original issue reported on code.google.com by fbarch...@chromium.org on 16 Apr 2014 at 10:14

GoogleCodeExporter commented 9 years ago

Original comment by fbarch...@google.com on 8 Sep 2014 at 11:43

GoogleCodeExporter commented 9 years ago
Deferring for now.  First step is port to c.  After that can see about building 
natively as .m or .mm which should work, due to c being a subset.
Can be tried at any time by renaming the .cc files to .m and check for good 
build.

Original comment by fbarch...@google.com on 13 Oct 2014 at 8:10