diff options
Diffstat (limited to 'audio/alsa-plugins/files/patch-a52-pcm_a52.c')
-rw-r--r-- | audio/alsa-plugins/files/patch-a52-pcm_a52.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/audio/alsa-plugins/files/patch-a52-pcm_a52.c b/audio/alsa-plugins/files/patch-a52-pcm_a52.c new file mode 100644 index 000000000000..4b89180b97e9 --- /dev/null +++ b/audio/alsa-plugins/files/patch-a52-pcm_a52.c @@ -0,0 +1,14 @@ +Author: Anatol Pomozov <anatol.pomozov@gmail.com> +http://git.alsa-project.org/?p=alsa-plugins.git;a=commitdiff;h=85ead33 + +--- a52/pcm_a52.c.orig 2015-10-27 13:34:06 UTC ++++ a52/pcm_a52.c +@@ -39,7 +39,7 @@ + #endif + + #if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(53, 34, 0) +-#include <libavutil/audioconvert.h> ++#include <libavutil/channel_layout.h> + #include <libavutil/mem.h> + #define USE_AVCODEC_FRAME + #endif |