diff options
author | Brian Olson <icic@bolson.org> | 2012-02-27 10:27:17 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-03-30 00:03:41 +0200 |
commit | 0be130e37bfafd6022edd27833f04a0b6cee2f02 (patch) | |
tree | 99a88346de3b702d8b183040f52b846d5542cd48 /configure | |
parent | d61ef05bc527a9375de5b70acc7125d2bd1bd473 (diff) | |
download | ffmpeg-0be130e37bfafd6022edd27833f04a0b6cee2f02.tar.gz |
img2: glob matching for image series
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1183,6 +1183,7 @@ HAVE_LIST=" GetProcessMemoryInfo GetProcessTimes getrusage + glob gnu_as ibm_asm inet_aton @@ -3075,6 +3076,7 @@ check_func_headers windows.h GetProcessAffinityMask check_func_headers windows.h GetProcessTimes check_func_headers windows.h MapViewOfFile check_func_headers windows.h VirtualAlloc +check_func_headers glob.h glob check_header dlfcn.h check_header dxva2api.h -D_WIN32_WINNT=0x0600 |