Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 384281
Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +2 lines)
Line  Link Here
0
-- a/src/mediadec_ffmpeg.cpp
0
++ b/src/mediadec_ffmpeg.cpp
Lines 29-34 extern "C" { Link Here
29
#include <swscale.h>
29
#include <swscale.h>
30
#else
30
#else
31
#include <libavformat/avformat.h>
31
#include <libavformat/avformat.h>
32
#include <libavutil/mathematics.h>
32
#include <libswscale/swscale.h>
33
#include <libswscale/swscale.h>
33
#endif
34
#endif
34
}
35
}

Return to bug 384281