mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
[BUG] Error while compiling the project with cmake. #368
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 @Souravirus on GitHub (Jan 15, 2018).
Please prefix your issue with one of the following: [BUG], [PROPOSAL], [QUESTION].
CCExtractor version (using the --version parameter preferably) : X.X
In raising this issue, I confirm the following (please check boxes, eg [X]):
My familiarity with the project is as follows (check one, eg [X]):
Necessary information
Video links
Please make the affected input file available for us (no screenshots, those don't help!). Public links to Dropbox, Google Drive, etc, are all fine. If it is not possible to make it available publicly, send us a private invitation (both Dropbox and Google Drive allow that). In this case we will download the file and upload it to the private developer repository.
Do not upload your file to any location that will require us to sign up or endure a wait list, slow downloads, etc. If your upload expires make sure you keep it active somehow (replace links if needed). Keep in mind that while we go over all tickets some may take a few days, and it's important we have the file available when we actually need it.
Additional information
When I compiled the project with cmake. I faced this error
me/sourav/Documents/gsoc/ccextractor-github/src/lib_ccx/ccx_encoders_common. c:1420:6: error: conflicting types for ‘switch_output_file’
void switch_output_file(struct lib_ccx_ctx *ctx, struct encoder_ctx *enc_ct x, i
^
In file included from /home/sourav/Documents/gsoc/ccextractor-github/ src/lib_ccx/ccx_encoders_common.c:2:0:
/home/sourav/Documents/gsoc/ccextractor-github/src/lib_ccx/ccx_encode rs_common.h:232:6: note: previous declaration of ‘switch_output_file’ was he re
void switch_output_file(struct lib_ccx_ctx *ctx, struct encoder_ctx *enc_ctx, i
PS: Make sure you set an alert in GitHub so you get notifications about your ticket. We may need to ask questions and we do everything inside GitHub's system.