Re: [OpenWrt-Devel] [PATCH] ffmpeg: include/disable swresample where appropriate

2013-02-28 Thread Luka Perkov
On Thu, Feb 28, 2013 at 01:57:34AM -0800, Ian Leonard wrote: > libswresample is an audio resampling library within ffmpeg. > > This patch disables swresample in libffmpeg-custom and libffmpeg-mini and > adds it to libffmpeg-full. Should correct build issue reported in #13089. > > Signed-off-by:

[OpenWrt-Devel] [PATCH] ffmpeg: include/disable swresample where appropriate

2013-02-28 Thread Ian Leonard
libswresample is an audio resampling library within ffmpeg. This patch disables swresample in libffmpeg-custom and libffmpeg-mini and adds it to libffmpeg-full. Should correct build issue reported in #13089. Signed-off-by: Ian Leonard --- Index: packages/multimedia/ffmpeg/Makefile =