Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 481670 | Differences between
and this patch

Collapse All | Expand All

(-)a/examples/common/alffmpeg.c (+7 lines)
Lines 38-43 Link Here
38
#include "alhelpers.h"
38
#include "alhelpers.h"
39
#include "alffmpeg.h"
39
#include "alffmpeg.h"
40
40
41
#if LIBAVCODEC_VERSION_MAJOR > 54
42
#include "libavutil/channel_layout.h"
43
#elif LIBAVCODEC_VERSION_MAJOR == 54
44
#if LIBAVCODEC_VERSION_MINOR > 32
45
#include "libavutil/channel_layout.h"
46
#endif
47
#endif
41
48
42
static size_t NextPowerOf2(size_t value)
49
static size_t NextPowerOf2(size_t value)
43
{
50
{

Return to bug 481670