descampsa / yuv2rgb

C99 library for fast image conversion between yuv420p and rgb24
BSD 3-Clause "New" or "Revised" License
170 stars 62 forks source link

Add extern "C" for improved portability when compiling as C++ #8

Closed jbree closed 6 years ago

jbree commented 6 years ago

Also, add the build directory to .gitignore.

descampsa commented 6 years ago

merged, thanks for your contribution!