[FFmpeg-trac] #6954(build system:new): videotoolbox fails to build with MACOSX_DEPLOYMENT_TARGET=10.7

FFmpeg trac at avcodec.org
Thu Jan 11 21:43:27 EET 2018


#6954: videotoolbox fails to build with MACOSX_DEPLOYMENT_TARGET=10.7
-------------------------------------+-------------------------------------
             Reporter:  rkitover     |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:  build
              Version:  git-master   |  system
             Keywords:               |               Resolution:
  videotoolbox osx                   |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------

Comment (by rkitover):

 You set it in bash before you call configure and before you call make.

 If you want to set it in configure, you can do it like this:

 {{{
 ./configure --extra-cflags='-mmacosx-version-min=10.5' --extra-cxxflags
 ='-mmacosx-version-min=10.7' --extra-objcflags='-mmacosx-version-min=10.7'
 --extra-ldflags='-mmacosx-version-min=10.7'
 }}}

 I haven't tried this yet but it should produce the same result.

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


More information about the FFmpeg-trac mailing list