PyAV-Org / PyAV

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

Build wheel use my own ffmpeg, but can't find the av.libs path. #1366

Closed vonsago closed 4 months ago

vonsago commented 4 months ago
# here is my building steps

PYAV_LIBRARY=/path/my/ffmpeg/ source scripts/activate.sh
./scripts/build-dep 
python3 setup.py bdist_wheel

the I get the diff between mybuildav.wheel and the av.8.0.3.wheel

normal av.8.0.3 wheel file image

here is my wheel. image the wheel file I built miss av.libs path. I wanna know why the wheel file I built miss the av.libs and how to fix it.

WyattBlue commented 4 months ago

I don't think anyone in the world knows how to build av 8.x.x anymore.