freebsd-ports/multimedia/bombono/files
Jan Beich 7b02419c11 multimedia/bombono: unbreak build with ffmpeg 3.x
src/mgui/ffviewer.cpp:642:22: error: 'SWS_CPU_CAPS_MMX' was not declared in this scope
         sws_flags |= SWS_CPU_CAPS_MMX|SWS_CPU_CAPS_MMX2;
                      ^
src/mgui/ffviewer.cpp:642:39: error: 'SWS_CPU_CAPS_MMX2' was not declared in this scope
         sws_flags |= SWS_CPU_CAPS_MMX|SWS_CPU_CAPS_MMX2;
                                       ^
src/mgui/ffviewer.cpp:650:9: error: 'PixelFormat' was not declared in this scope
         PixelFormat dst_pf = PIX_FMT_BGR24; // PIX_FMT_RGB24;
         ^
src/mgui/ffviewer.cpp:650:21: error: expected ';' before 'dst_pf'
         PixelFormat dst_pf = PIX_FMT_BGR24; // PIX_FMT_RGB24;
                     ^
src/mgui/ffviewer.cpp:652:13: error: 'dst_pf' was not declared in this scope
             dst_pf, sws_flags, 0, 0, 0);
             ^
src/mgui/ffviewer.cpp:657:45: error: 'avcodec_get_frame_defaults' was not declared in this scope
         avcodec_get_frame_defaults(&rgbFrame); // не помешает
                                             ^

PR:		207547
Obtained from:	upstream
2016-11-04 10:45:19 +00:00
..
patch-SConstruct
patch-src_mgui_ffviewer.cpp
patch-src_mgui_stream__utils.h
patch-src_mlib_filesystem.cpp
patch-src_mlib_stream.h