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>2014-04-29 03:32:04 +0400
committerMichael Niedermayer <michaelni@gmx.at>2014-04-29 03:47:53 +0400
commit21c7e99659bea1ed735caa83399a5777957a8e16 (patch)
treebbd48ff5d66fa33e75aea9580aa881a09f25966d /ffmpeg_opt.c
parentc6eee3120a594cf25feb892f952a409a512d182e (diff)
parenta61c2115fb936d50b8b0328d00562fe529a7c46a (diff)
Merge commit 'a61c2115fb936d50b8b0328d00562fe529a7c46a'
* commit 'a61c2115fb936d50b8b0328d00562fe529a7c46a': configure: rework dxva in avconv handling Conflicts: Makefile configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'ffmpeg_opt.c')
-rw-r--r--ffmpeg_opt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffmpeg_opt.c b/ffmpeg_opt.c
index 25968f4f6a..000c788032 100644
--- a/ffmpeg_opt.c
+++ b/ffmpeg_opt.c
@@ -67,7 +67,7 @@ const HWAccel hwaccels[] = {
#if HAVE_VDPAU_X11
{ "vdpau", vdpau_init, HWACCEL_VDPAU, AV_PIX_FMT_VDPAU },
#endif
-#if CONFIG_DXVA2
+#if HAVE_DXVA2_LIB
{ "dxva2", dxva2_init, HWACCEL_DXVA2, AV_PIX_FMT_DXVA2_VLD },
#endif
{ 0 },