aboutsummaryrefslogtreecommitdiffstats
path: root/ffmpeg.c
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2003-03-09 16:07:19 +0000
committerAlex Beregszaszi <alex@rtfs.hu>2003-03-09 16:07:19 +0000
commitce2749d2c462fe90f18f3817af65d81a08e4d0dd (patch)
treedab4d3ed31968c11648be47659c4096782061ee0 /ffmpeg.c
parent7b3da20487f1cc5df5c48e1e5f782c08f241d6b9 (diff)
downloadffmpeg-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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ffmpeg.c b/ffmpeg.c
index d0521c18ee..d97e951faa 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -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"