OSDN Git Service

af_aformat: hotfix compile due to strsep()
authorMichael Niedermayer <michaelni@gmx.at>
Mon, 15 Aug 2011 01:35:25 +0000 (03:35 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Mon, 15 Aug 2011 01:35:25 +0000 (03:35 +0200)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavfilter/af_aformat.c

index f4ea0dd..59a2d5a 100644 (file)
@@ -23,6 +23,7 @@
  * format audio filter
  */
 
+#define _BSD_SOURCE
 #include "libavutil/audioconvert.h"
 #include "avfilter.h"
 #include "internal.h"