diff av_opts.c @ 34545:d1f195e84b9e

opt.h is now in libavutil.
author reimar
date Sat, 28 Jan 2012 13:51:57 +0000
parents 54faee206150
children 8a3aa3aee319
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;