PyAV-Org / PyAV

Pythonic bindings for FFmpeg's libraries.
https://pyav.basswood-io.com/
BSD 3-Clause "New" or "Revised" License
2.44k stars 359 forks source link

Include libav headers in final distribution #1455

Closed materight closed 2 months ago

materight commented 2 months ago

Closes #1356, continuation of #717.

Adds the pxd files in ./include to the final package distribution, under av.include. This allows to build cython extensions to PyAV by including the folder and calling cimport av.

Also added a get_include method to retrieve the path to the folder to add to the include_dirs in setup.py, similar to numpy.