diff options.c @ 12522:776789af0304 libavcodec

Move AVOptions from libavcodec to libavutil
author michael
date Sun, 26 Sep 2010 14:25:22 +0000
parents e9a1e1ba768f
children
line wrap: on
line diff
--- a/options.c	Sun Sep 26 13:56:50 2010 +0000
+++ b/options.c	Sun Sep 26 14:25:22 2010 +0000
@@ -25,7 +25,7 @@
  */
 
 #include "avcodec.h"
-#include "opt.h"
+#include "libavutil/opt.h"
 #include <float.h>              /* FLT_MIN, FLT_MAX */
 
 static const char* context_to_name(void* ptr) {