Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include libav headers in final distribution #1455

Merged
merged 4 commits into from
Jul 14, 2024
Merged

Include libav headers in final distribution #1455

merged 4 commits into from
Jul 14, 2024

Conversation

materight
Copy link
Contributor

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.

@WyattBlue WyattBlue merged commit 6488603 into PyAV-Org:main Jul 14, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow building extensions without recompiling av
2 participants