diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2003-03-09 16:07:19 +0000 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2003-03-09 16:07:19 +0000 |
commit | ce2749d2c462fe90f18f3817af65d81a08e4d0dd (patch) | |
tree | dab4d3ed31968c11648be47659c4096782061ee0 /ffmpeg.c | |
parent | 7b3da20487f1cc5df5c48e1e5f782c08f241d6b9 (diff) | |
download | ffmpeg-ce2749d2c462fe90f18f3817af65d81a08e4d0dd.tar.gz |
simplified
Originally committed as revision 1655 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffmpeg.c')
-rw-r--r-- | ffmpeg.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,6 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #define HAVE_AV_CONFIG_H +#include "common.h" #include "avformat.h" #include "framehook.h" |