]> git.sesse.net Git - x264/commit
Simplify inclusion of x264.h in C++ projects
authorMark Webster <mark.webster@gmail.com>
Wed, 5 Aug 2015 03:28:17 +0000 (04:28 +0100)
committerAnton Mitrofanov <BugMaster@narod.ru>
Tue, 18 Aug 2015 22:24:30 +0000 (01:24 +0300)
commite86f3a1993234e8f26050c243aa253651200fa6b
tree7d539ad798ecf7b523ad6de83e342ce88ae9a4f2
parent401941cc7099b322864600b62104940542497e7a
Simplify inclusion of x264.h in C++ projects

Name all structs to support forward declarations.
Add a conditional extern "C" wrapper in x264.h itself instead of having to
specify it in every location where it's included.
x264.h