[FFmpeg-trac] #8534(undetermined:new): Fails to compile with Decklink SDK 11.5

FFmpeg trac at avcodec.org
Sun Feb 23 00:35:55 EET 2020


#8534: Fails to compile with Decklink SDK 11.5
-------------------------------------+-------------------------------------
             Reporter:               |                     Type:  defect
  spookybathtub                      |
               Status:  new          |                 Priority:  normal
            Component:               |                  Version:
  undetermined                       |  unspecified
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 Summary of the bug:
 Compiling with Blackmagic Decklink SDK 11.5 fails with these errors.  It's
 working fine with SDK 11.4.

 {{{
 libavdevice/decklink_common.cpp:276:52: error: too few arguments to
 function call,
       expected 7, have 5
                                            &support) != S_OK)
                                                    ^
 libavdevice/decklink_common.cpp:282:65: error: too few arguments to
 function call,
       expected 7, have 6
                                            &actualMode, &support) != S_OK
 || !supp...
                                                                 ^
 }}}

 How to reproduce:
 Compile from git master
 {{{
 $ ./configure --enable-libmp3lame --enable-libopenjpeg --enable-libass
 --enable-libbluray --enable-libfreetype --enable-opencl --enable-libx264
 --enable-libx265 --enable-gpl --enable-nonfree --enable-decklink --enable-
 libfdk-aac --enable-ffplay --extra-cflags="-I./BMD_SDK/include
 -I/opt/local/include" --extra-ldflags="-L/opt/local/lib"
 $ make -j8
 }}}

--
Ticket URL: <https://trac.ffmpeg.org/ticket/8534>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list