1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

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
This commit is contained in:
Michael Niedermayer 2009-12-13 18:42:39 +00:00
parent 17986563eb
commit 64b12fc317
2 changed files with 1 additions and 1 deletions

View File

@ -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)
{

View File

@ -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