diff libmpcodecs/ve_lavc.c @ 30313:7f7591482564

Add a proper header for our strsep implementation so strsep will not be used without a declaration, causing issues on 64 bit systems.
author reimar
date Sun, 17 Jan 2010 15:08:31 +0000
parents 54e9eb2664a7
children bbb6ebec87a0
line wrap: on
line diff
--- a/libmpcodecs/ve_lavc.c	Sun Jan 17 14:58:44 2010 +0000
+++ b/libmpcodecs/ve_lavc.c	Sun Jan 17 15:08:31 2010 +0000
@@ -15,6 +15,7 @@
 #include "mp_msg.h"
 #include "help_mp.h"
 #include "av_opts.h"
+#include "osdep/strsep.h"
 
 #include "codec-cfg.h"
 #include "stream/stream.h"