[FFmpeg-cvslog] swr-test: include opt.h, this is needed for changing options for testing.

Michael Niedermayer git at videolan.org
Tue Apr 10 20:11:53 CEST 2012


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Tue Apr 10 19:53:43 2012 +0200| [5b2be9bcc0463494f59227150b149605b74cc5e1] | committer: Michael Niedermayer

swr-test: include opt.h, this is needed for changing options for testing.

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5b2be9bcc0463494f59227150b149605b74cc5e1
---

 libswresample/swresample_test.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/libswresample/swresample_test.c b/libswresample/swresample_test.c
index 1b1c903..5f88f6a 100644
--- a/libswresample/swresample_test.c
+++ b/libswresample/swresample_test.c
@@ -21,6 +21,7 @@
 #include "libavutil/avassert.h"
 #include "libavutil/common.h"
 #include "libavutil/audioconvert.h"
+#include "libavutil/opt.h"
 #include "swresample.h"
 #undef fprintf
 



More information about the ffmpeg-cvslog mailing list