diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-09-27 16:23:43 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-09-27 16:23:43 +0000 |
commit | 372e2884089e6a17be6d0028386ea2099dd86268 (patch) | |
tree | d65753e450b0613788dde3e5f23a116a157cd1c7 /libavfilter/graphparser.c | |
parent | 4a94cfea02f4c3da43d2f2ed25f14ee461a1a315 (diff) | |
download | ffmpeg-372e2884089e6a17be6d0028386ea2099dd86268.tar.gz |
Move av_get_token() from libavfilter to libavutil.
Originally committed as revision 25225 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter/graphparser.c')
-rw-r--r-- | libavfilter/graphparser.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/graphparser.c b/libavfilter/graphparser.c index c4f621b87e..fab0423698 100644 --- a/libavfilter/graphparser.c +++ b/libavfilter/graphparser.c @@ -23,6 +23,7 @@ #include <ctype.h> #include <string.h> +#include "libavutil/avstring.h" #include "graphparser.h" #include "avfilter.h" #include "avfiltergraph.h" |