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

comskip on Debian Buster #108

Open
leosimony opened this issue Aug 19, 2019 · 8 comments
Open

comskip on Debian Buster #108

leosimony opened this issue Aug 19, 2019 · 8 comments

Comments

@leosimony
Copy link

Anyone tried this on Debian Buster,

mpeg2dec.c:2386:25: warning: ‘codec’ is deprecated [-Wdeprecated-declarations]
double frame_delay = av_q2d(is->video_st->codec->time_base) * is->video_st->codec->ticks_per_frame;
^~~~~~
In file included from mpeg2dec.c:35:
/usr/local/include/libavformat/avformat.h:712:21: note: declared here
AVCodecContext *codec;
^~~~~
make: *** [Makefile:570: comskip-mpeg2dec.o] Error 1

Stucked on this error. No luck on forums.
Can someone help on this

@mjbrowns
Copy link

mjbrowns commented Aug 19, 2019 via email

@leosimony
Copy link
Author

Mitch,
I am not sure how that will work for us. We need this on a Physical box.

@mjbrowns
Copy link

mjbrowns commented Aug 19, 2019 via email

@mjbrowns
Copy link

mjbrowns commented Aug 19, 2019 via email

@leosimony
Copy link
Author

leosimony commented Aug 19, 2019 via email

@mjbrowns
Copy link

mjbrowns commented Aug 19, 2019 via email

@leosimony
Copy link
Author

Mitch,
thank you so much for these elaborate steps. I will go through and give this a try for sure.

Thanks again.

@Ranbato
Copy link

Ranbato commented Feb 8, 2022

I ran into this issue starting yesterday when updating my Docker image, I think more people are going to be hitting it.

Spent a few minutes looking at it and most of the code changes are very simple, but there are ~3 that are more complex and will require someone who is familiar with the code to fix.

For now I'm going to try force-downgrading libavcodec-dev and doing a static build.

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

3 participants