diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-09-24 22:23:58 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-09-24 22:27:25 +0200 |
commit | 3489adabed6655c084b7a4e43f3e8ab38ae56072 (patch) | |
tree | 697f74bd8f90af352bc965e6d2a0537c1ac2f11f /package/vlc/patches/patch-modules_codec_avcodec_audio_c | |
parent | 0ba6cb19afd16f5c04297984d4120ee880b2493c (diff) |
vlc: update to 2.2.4, add buildroot patchsets
Diffstat (limited to 'package/vlc/patches/patch-modules_codec_avcodec_audio_c')
-rw-r--r-- | package/vlc/patches/patch-modules_codec_avcodec_audio_c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/vlc/patches/patch-modules_codec_avcodec_audio_c b/package/vlc/patches/patch-modules_codec_avcodec_audio_c new file mode 100644 index 000000000..9dfaff716 --- /dev/null +++ b/package/vlc/patches/patch-modules_codec_avcodec_audio_c @@ -0,0 +1,11 @@ +--- vlc-2.2.4.orig/modules/codec/avcodec/audio.c 2016-01-18 21:49:57.000000000 +0100 ++++ vlc-2.2.4/modules/codec/avcodec/audio.c 2016-09-24 20:35:02.681191261 +0200 +@@ -39,7 +39,7 @@ + #include <libavcodec/avcodec.h> + #include <libavutil/mem.h> + +-#include <libavutil/audioconvert.h> ++#include <libavutil/channel_layout.h> + + #include "avcodec.h" + |