changeset 8579:dc7bfff68156 libavcodec

add the necessary include for LIBAV*_VERSION_*
author aurel
date Tue, 13 Jan 2009 00:14:43 +0000
parents db79dcbd5161
children 144ddb6a597c
files opt.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/opt.h	Mon Jan 12 20:37:49 2009 +0000
+++ b/opt.h	Tue Jan 13 00:14:43 2009 +0000
@@ -28,6 +28,7 @@
  */
 
 #include "libavutil/rational.h"
+#include "avcodec.h"
 
 enum AVOptionType{
     FF_OPT_TYPE_FLAGS,