Menu

#98 0.8.18: Can’t compile on Ubuntu Studio 14.04.5 LTS

v1.0 (example)
closed-wont-fix
nobody
None
5
2023-09-18
2018-04-25
Moonbase
No

Hi again,

today I tried to compile the current version under Ubuntu Studio 14.04.5 LTS but I get an error in make:

avcodecdecode.c:608:79: error: 'AVStream' has no member named 'codecpar'
     if (avcodec_parameters_to_context(self->c, self->ic->streams[self->stream]->codecpar) < 0) {

Attached are the outputs from

./bootstrap

and

./configure CFLAGS="-O2" --prefix=/usr
2 Attachments

Discussion

  • Stephen Fairchild

    Probably compiles with:

    ./configure --disable-libav
    

    The ffmpeg libraries supported by your Ubuntu Studio are too old.

     
  • Moonbase

    Moonbase - 2018-06-03

    FYI: The same still happens under Ubuntu 16.04, unless you compile (or install from a PPA) ffmpeg3 first. Had no chance to try under Ubuntu 18.04 yet.

     
  • Stephen Fairchild

    • status: open --> closed-wont-fix
     

Log in to post a comment.