changeset 34545:d1f195e84b9e

opt.h is now in libavutil.
author reimar
date Sat, 28 Jan 2012 13:51:57 +0000
parents 36ef1a75aa48
children 123345d17f3a
files av_opts.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/av_opts.c	Sat Jan 28 13:47:01 2012 +0000
+++ b/av_opts.c	Sat Jan 28 13:51:57 2012 +0000
@@ -23,7 +23,7 @@
 #include <string.h>
 
 #include "av_opts.h"
-#include "libavcodec/opt.h"
+#include "libavutil/opt.h"
 
 int parse_avopts(void *v, char *str){
     char *start;