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

mod_av compile error #2463

Open
gfbaishikele opened this issue May 18, 2024 · 2 comments
Open

mod_av compile error #2463

gfbaishikele opened this issue May 18, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@gfbaishikele
Copy link

during make
making all mod_av
make[4]: Entering directory `/apps/fsa/freeswitch-1.10.11/src/mod/applications/mod_av'
CC libavmod_la-avformat.lo
avformat.c: In function 'av_file_read_video':
avformat.c:3205:3: error: implicit declaration of function 'av_stream_get_parser' [-Werror=implicit-function-declaration]
cp = av_stream_get_parser(st);
^
avformat.c:3205:6: error: assignment makes pointer from integer without a cast [-Werror]
cp = av_stream_get_parser(st);
^
cc1: all warnings being treated as errors

@gfbaishikele gfbaishikele added the bug Something isn't working label May 18, 2024
@seven1240
Copy link
Collaborator

what's your OS and what's the libavformat-dev version?

@seven1240
Copy link
Collaborator

please follow the bug report template when you report an issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants