[FFmpeg-trac] #3568(avformat:new): Linker time bug, occurs when ffmpeg is configured and make with some restrictions

FFmpeg trac at avcodec.org
Wed Apr 16 18:54:28 CEST 2014


#3568: Linker time bug, occurs when ffmpeg is configured and make with some
restrictions
-------------------------------------+-------------------------------------
             Reporter:  anhsoft      |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:  avformat
              Version:  2.2.1        |               Resolution:
             Keywords:               |               Blocked By:
  libavformat.a, avienc.c,           |  Reproduced by developer:  0
  av_convert_lang_to                 |
             Blocking:               |
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------

Comment (by Cigaes):

 Please try the following change in {{{libavformat/Makefile}}}:
 {{{
 OBJS-$(CONFIG_AVI_MUXER)                 += avienc.o
 }}}
 →
 {{{
 OBJS-$(CONFIG_AVI_MUXER)                 += avienc.o avlanguage.o
 }}}
 If it works for you (I am too lazy to rebuild to test), I will submit a
 proper patch on the mailing-list.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/3568#comment:2>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list