You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by "Michael Jumper (JIRA)" <ji...@apache.org> on 2017/10/23 05:46:00 UTC

[jira] [Updated] (GUACAMOLE-366) guacenc build fails against FFmpeg 2.2.1

     [ https://issues.apache.org/jira/browse/GUACAMOLE-366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Jumper updated GUACAMOLE-366:
-------------------------------------
    Summary: guacenc build fails against FFmpeg 2.2.1  (was: guacamole build fails)

> guacenc build fails against FFmpeg 2.2.1
> ----------------------------------------
>
>                 Key: GUACAMOLE-366
>                 URL: https://issues.apache.org/jira/browse/GUACAMOLE-366
>             Project: Guacamole
>          Issue Type: Bug
>          Components: guacenc
>    Affects Versions: 0.9.13-incubating
>            Reporter: archerwong
>
> {code:java}
> make[2]: Nothing to be done for `all'.
> make[2]: Leaving directory `/data/guacamole-server-0.9.13-incubating/src/protocols/vnc'
> Making all in src/guacd
> make[2]: Entering directory `/data/guacamole-server-0.9.13-incubating/src/guacd'
> make[2]: Nothing to be done for `all'.
> make[2]: Leaving directory `/data/guacamole-server-0.9.13-incubating/src/guacd'
> Making all in src/guacenc
> make[2]: Entering directory `/data/guacamole-server-0.9.13-incubating/src/guacenc'
>   CC       guacenc-video.o
> video.c: In function ‘guacenc_video_alloc’:
> video.c:145:5: error: implicit declaration of function ‘avcodec_free_context’ [-Werror=implicit-function-declaration]
>      avcodec_free_context(&context);
>      ^
> cc1: all warnings being treated as errors
> make[2]: *** [guacenc-video.o] Error 1
> make[2]: Leaving directory `/data/guacamole-server-0.9.13-incubating/src/guacenc'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/data/guacamole-server-0.9.13-incubating'
> make: *** [all] Error 2
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)