diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-10-04 11:20:02 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-10-04 11:20:02 +0000 |
commit | 95137bbbb472d1c0abf1181cbdfdc6eda4341c20 (patch) | |
tree | 6841cd95eb758d5707e5b77dd89ba801203a255c /cmdutils.h | |
parent | 9971331dfb6f4ef499b17f156bc0befc98b504b1 (diff) | |
download | ffmpeg-95137bbbb472d1c0abf1181cbdfdc6eda4341c20.tar.gz |
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.h | 3 |
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(). |