Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-10-04 15:20:02 +0400
committerDiego Biurrun <diego@biurrun.de>2008-10-04 15:20:02 +0400
commit95137bbbb472d1c0abf1181cbdfdc6eda4341c20 (patch)
tree6841cd95eb758d5707e5b77dd89ba801203a255c /cmdutils.h
parent9971331dfb6f4ef499b17f156bc0befc98b504b1 (diff)
Fix 'make checkheaders', based on a patch by Diego Pettenò, flameeyes gmail com.
Originally committed as revision 15552 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'cmdutils.h')
-rw-r--r--cmdutils.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmdutils.h b/cmdutils.h
index 2cc2ee26c7..beba333236 100644
--- a/cmdutils.h
+++ b/cmdutils.h
@@ -23,6 +23,9 @@
#define FFMPEG_CMDUTILS_H
#include <inttypes.h>
+#include "libavcodec/avcodec.h"
+#include "libavformat/avformat.h"
+#include "libswscale/swscale.h"
/**
* program name, defined by the program for show_version().