[FFmpeg-trac] #5575(undetermined:new): can't compile with --disable-hwaccels on osx

FFmpeg trac at avcodec.org
Sun May 29 07:37:19 CEST 2016


#5575: can't compile with --disable-hwaccels on osx
-------------------------------------+-------------------------------------
             Reporter:  ponpon       |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:
              Version:  git-master   |  undetermined
             Keywords:               |               Resolution:
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  0
-------------------------------------+-------------------------------------

Comment (by ponpon):

 additional tests
 {{{
 ./configure --cc=clang-mp-3.7 --cxx=clang++-mp-3.7  --disable-hwaccels
 --disable-decoder=h264_vda && make -j 8
 ...
 LD      ffmpeg_g
 Undefined symbols for architecture x86_64:
   "_av_vda_default_init2", referenced from:
       _videotoolbox_init in ffmpeg_videotoolbox.o
 ld: symbol(s) not found for architecture x86_64
 clang: error: linker command failed with exit code 1 (use -v to see
 invocation)
 make: *** [ffmpeg_g] Error 1
 }}}

 {{{
 ./configure --cc=clang-mp-3.7 --cxx=clang++-mp-3.7  --disable-hwaccels
 --disable-decoder=h264_vda  --disable-videotoolbox && make -j 8
 ....
 LD      ffmpeg_g
 Undefined symbols for architecture x86_64:
   "_av_vda_default_init2", referenced from:
       _videotoolbox_init in ffmpeg_videotoolbox.o
 ld: symbol(s) not found for architecture x86_64
 clang: error: linker command failed with exit code 1 (use -v to see
 invocation)
 make: *** [ffmpeg_g] Error 1
 }}}

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


More information about the FFmpeg-trac mailing list