diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-11-04 18:45:19 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-11-04 18:45:19 +0800 |
commit | c2b22062d4309d19c67cf6ddb5014ee529147d31 (patch) | |
tree | 2878f980f0333a7b08120992dc8dbf787d14a875 /Mk/Uses | |
parent | a836254a440ee49659e8924ca77fb7a1dad032c5 (diff) | |
download | freebsd-ports-gnome-c2b22062d4309d19c67cf6ddb5014ee529147d31.tar.gz freebsd-ports-gnome-c2b22062d4309d19c67cf6ddb5014ee529147d31.tar.zst freebsd-ports-gnome-c2b22062d4309d19c67cf6ddb5014ee529147d31.zip |
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
Diffstat (limited to 'Mk/Uses')
0 files changed, 0 insertions, 0 deletions