1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-09-10 01:30:21 +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 * format audio filter
*/ */
#define _BSD_SOURCE
#include "libavutil/audioconvert.h" #include "libavutil/audioconvert.h"
#include "avfilter.h" #include "avfilter.h"
#include "internal.h" #include "internal.h"