Browse Source

af_aformat: hotfix compile due to strsep()

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Michael Niedermayer 13 years ago
parent
commit
abf6b0d1ea
1 changed files with 1 additions and 0 deletions
  1. 1 0
      libavfilter/af_aformat.c

+ 1 - 0
libavfilter/af_aformat.c

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