mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
MAXBFRAMES undeclared, I can't build for Linux #72
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 @scramatte on GitHub (Sep 1, 2015).
@canihavesomecoffee commented on GitHub (Sep 1, 2015):
Hello,
is this happening with the current github or with a certain CCExtractor version obtained through Sourceforge?
If it's from the repository I'm sure @anshul1912 could help a hand :)
Edit:
Looks like it'll be fixed if #220 will be merged by Carlos.
@anshul1912 commented on GitHub (Sep 2, 2015):
MAXBFRAME was defined in ccx_decoders_structs.h
avc_functions.c includes lib_ccx.h
lib_ccx.h includes ccx_decoders_608.h
ccx_decoders_608.h includes ccx_decoders_structs.h
now I have simplified it and now lib_ccx.h includes ccx_decoder_common.h
which include ccx_decoder_structs.h
Warning: just now mainstream of git is broken, @scramatte please download newer git version by tomorrow :)
@cfsmp3 commented on GitHub (Sep 2, 2015):
Forgot to push the last PR.
All OK now?
On Wed, Sep 2, 2015 at 8:52 AM, Anshul Maheshwari notifications@github.com
wrote: