diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-04-10 19:53:43 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-04-10 19:54:42 +0200 |
commit | 5b2be9bcc0463494f59227150b149605b74cc5e1 (patch) | |
tree | e8094d8ef9973aae5e05d74f631497d5c6e94c69 | |
parent | 7c673d73ec0bcb79262cbef503ab6fe0bf8ad000 (diff) | |
download | ffmpeg-5b2be9bcc0463494f59227150b149605b74cc5e1.tar.gz |
swr-test: include opt.h, this is needed for changing options for testing.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | 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 1b1c9030ca..5f88f6af27 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 |