summaryrefslogtreecommitdiff
path: root/ffmpeg.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2005-09-12 18:24:48 +0000
committerMichael Niedermayer <michaelni@gmx.at>2005-09-12 18:24:48 +0000
commit6fd46414dbecfc41c0c70b4b8a1847d3aa277a1f (patch)
tree5945edef18871444c703386279d853f658cdf935 /ffmpeg.c
parent1471c6c2e88d25a79c8f88742a94726145f81a28 (diff)
dont include opt.h in avcodec.h
Originally committed as revision 4591 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 70372af455..7eed04f3b3 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -21,6 +21,7 @@
#include "avformat.h"
#include "framehook.h"
#include "dsputil.h"
+#include "opt.h"
#ifndef CONFIG_WIN32
#include <unistd.h>