[FFmpeg-cvslog] configure: Remove unnecessary tests for d3d11va
Martin Storsjö
git at videolan.org
Wed Jun 3 18:51:28 CEST 2015
ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Tue Jun 2 10:12:51 2015 +0300| [b9875b497a38f494acb599083b0d004545958697] | committer: Martin Storsjö
configure: Remove unnecessary tests for d3d11va
These are only necessary once/if avconv gets support for this hwaccel.
While that obviously is desireable, we don't have it yet, and they
currently only are a distraction.
Signed-off-by: Martin Storsjö <martin at martin.st>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b9875b497a38f494acb599083b0d004545958697
---
configure | 15 ---------------
1 file changed, 15 deletions(-)
diff --git a/configure b/configure
index 1ed8956..94ae513 100755
--- a/configure
+++ b/configure
@@ -1561,8 +1561,6 @@ HAVE_LIST="
$TYPES_LIST
atomics_native
dos_paths
- d3d11_cobj
- d3d11va_lib
dxva2_lib
libc_msvcrt
libdc1394_1
@@ -4438,15 +4436,6 @@ if enabled x11grab; then
require Xfixes X11/extensions/Xfixes.h XFixesGetCursorImage -lXfixes
fi
-enabled d3d11_h &&
- check_cc <<EOF && enable d3d11_cobj
-#define _WIN32_WINNT 0x0600
-#define COBJMACROS
-#include <windows.h>
-#include <d3d11.h>
-int main(void) { ID3D11VideoDecoder *o = NULL; ID3D11VideoDecoder_Release(o); return 0; }
-EOF
-
enabled vaapi && enabled xlib &&
check_lib2 "va/va.h va/va_x11.h" vaGetDisplay -lva -lva-x11 &&
enable vaapi_x11
@@ -4668,10 +4657,6 @@ check_deps $CONFIG_LIST \
$HAVE_LIST \
$ALL_COMPONENTS \
-enabled_all d3d11va d3d11_cobj CoTaskMemFree &&
- prepend avconv_libs $($ldflags_filter "-lole32") &&
- enable d3d11va_lib
-
enabled_all dxva2 CoTaskMemFree &&
prepend avconv_libs $($ldflags_filter "-lole32") &&
enable dxva2_lib
More information about the ffmpeg-cvslog
mailing list