to be able to compile without HAVE_AV_CONFIG_H

patch by Ronald S. Bultje: [rsbultje gmail com]
original thread: [FFmpeg-devel] ffmpeg.c/cmdutils.c compilation
date: 06/23/2007 03:15 AM

Originally committed as revision 9453 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Ronald S. Bultje
2007-07-02 07:43:23 +00:00
committed by Benoit Fouet
parent d3b7406c6f
commit 0f4e816582
4 changed files with 30 additions and 11 deletions

View File

@@ -19,6 +19,10 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include <string.h>
#include <stdlib.h>
#include <errno.h>
#include "avformat.h"
#include "cmdutils.h"
#include "avstring.h"