Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aac.c errors/warnings #9

Open
nomoregrapes opened this issue Oct 31, 2018 · 2 comments
Open

aac.c errors/warnings #9

nomoregrapes opened this issue Oct 31, 2018 · 2 comments

Comments

@nomoregrapes
Copy link

On running gcc aac.c -L. -lfaad -lm -o aacfixer, to fix the audio, I got the error message aac.c:88:15: warning: implicit declaration of function ‘time’ [-Wimplicit-function-declaration]
This was fixed by editing the aac.c file and adding a line for #include <time.h> to the includes (near the top of the file).

I also go the error aac.c:118:8: warning: type defaults to ‘int’ in declaration of ‘uid’ [-Wimplicit-int]
It seems to be the line static uid=0; should be static int uid=0;

@pemre
Copy link
Contributor

pemre commented Nov 5, 2018

Hi @nomoregrapes, thanks for sharing. I created a pull request for that: #10 I hope @bookkojot can merge it soon.

@pemre
Copy link
Contributor

pemre commented Nov 16, 2022

Note from the future, the PR is merged, we can close this issue... :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants