mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-14 05:25:44 +00:00
Fail to build missing enc_ctx declaration #98
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @marillat on GitHub (Dec 13, 2015).
Originally assigned to: @canihavesomecoffee on GitHub.
Hi,
0.78 fail to build under Linux (Debian unstable) build with ENABLE_FFMPEG=yes ENABLE_OCR=yes
@anshul1912 commented on GitHub (Dec 13, 2015):
Its look like it is because of ffmpeg, which version of ffmpeg are you using
@marillat commented on GitHub (Dec 13, 2015):
2.8.3 from Debian unstable
@anshul1912 commented on GitHub (Dec 13, 2015):
Thanks i will test it
@canihavesomecoffee commented on GitHub (May 22, 2016):
@marillat Could you test again with the current 0.80 version and report back if this is solved for you?
@marillat commented on GitHub (May 22, 2016):
Build fine ffmpeg 3.0.2
Thanks.