Commit 64b12fc3 authored by Michael Niedermayer's avatar Michael Niedermayer

Move #include where it belongs.

This as a sideeffect fixes the linking failure of ffplay.

Originally committed as revision 20832 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 17986563
......@@ -24,6 +24,7 @@
#include <string.h>
#include <ctype.h>
#include "avstring.h"
#include "mem.h"
int av_strstart(const char *str, const char *pfx, const char **ptr)
{
......
......@@ -22,7 +22,6 @@
#define AVUTIL_AVSTRING_H
#include <stddef.h>
#include "mem.h"
/**
* Return non-zero if pfx is a prefix of str. If it is, *ptr is set to
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment