ozmartian / vidcutter

A modern yet simple multi-platform video cutter and joiner.
GNU General Public License v3.0
1.77k stars 137 forks source link

Fix for mpv-git #357

Closed bulvara closed 2 years ago

bulvara commented 2 years ago

Dear ozmartian,

may I change https://github.com/ozmartian/vidcutter/commit/4cf1458d832e6ac7a824d7963c6dc3a0e5c17574 back for my local build against mpv-git?

ozmartian commented 2 years ago

Yep, of course. That is what fixes the issue with mpv-git, you nailed it. But just edit mpv.pyx and delete mpv.c. It will be regenerated by python setuptools or manually via:

$ python setup.py build_ext -i

Cheers, Pete