Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-04-10 21:53:43 +0400
committerMichael Niedermayer <michaelni@gmx.at>2012-04-10 21:54:42 +0400
commit5b2be9bcc0463494f59227150b149605b74cc5e1 (patch)
treee8094d8ef9973aae5e05d74f631497d5c6e94c69 /libswresample
parent7c673d73ec0bcb79262cbef503ab6fe0bf8ad000 (diff)
swr-test: include opt.h, this is needed for changing options for testing.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libswresample')
-rw-r--r--libswresample/swresample_test.c1
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