diff opt.h @ 8579:dc7bfff68156 libavcodec

add the necessary include for LIBAV*_VERSION_*
author aurel
date Tue, 13 Jan 2009 00:14:43 +0000
parents 8903ad65c412
children e9d9d946f213
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,