1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-08-09 02:45:45 +02:00

af_aformat: hotfix compile due to strsep()

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2011-08-15 03:35:25 +02:00
parent ee5234dd67
commit abf6b0d1ea

View File

@ -23,6 +23,7 @@
* format audio filter
*/
#define _BSD_SOURCE
#include "libavutil/audioconvert.h"
#include "avfilter.h"
#include "internal.h"