Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
bc4b7221
Commit
bc4b7221
authored
Dec 07, 2008
by
Ramiro Polla
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mingw: update w32api to 3.13
Originally committed as revision 16029 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
7100376f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
14 deletions
+2
-14
configure
configure
+2
-2
vfwcap.c
libavdevice/vfwcap.c
+0
-12
No files found.
configure
View file @
bc4b7221
...
...
@@ -1462,8 +1462,8 @@ case $target_os in
check_cpp_condition _mingw.h
"(__MINGW32_MAJOR_VERSION > 3) || (__MINGW32_MAJOR_VERSION == 3 && __MINGW32_MINOR_VERSION >= 15)"
||
die
"ERROR: MinGW runtime version must be >= 3.15."
enabled_any avisynth vfwcap_demuxer
&&
{
check_cpp_condition w32api.h
"(__W32API_MAJOR_VERSION > 3) || (__W32API_MAJOR_VERSION == 3 && __W32API_MINOR_VERSION >= 1
2
)"
||
die
"ERROR: avisynth and vfwcap_demuxer require w32api version 3.1
2
or later."
;
}
{
check_cpp_condition w32api.h
"(__W32API_MAJOR_VERSION > 3) || (__W32API_MAJOR_VERSION == 3 && __W32API_MINOR_VERSION >= 1
3
)"
||
die
"ERROR: avisynth and vfwcap_demuxer require w32api version 3.1
3
or later."
;
}
;;
cygwin
*
)
target_os
=
cygwin
...
...
libavdevice/vfwcap.c
View file @
bc4b7221
...
...
@@ -27,18 +27,6 @@
/* Defines for VFW missing from MinGW.
* Remove this when MinGW incorporates them. */
#define WM_CAP_START (0x0400)
#define WM_CAP_SET_CALLBACK_VIDEOSTREAM (WM_CAP_START + 6)
#define WM_CAP_DRIVER_CONNECT (WM_CAP_START + 10)
#define WM_CAP_DRIVER_DISCONNECT (WM_CAP_START + 11)
#define WM_CAP_GET_VIDEOFORMAT (WM_CAP_START + 44)
#define WM_CAP_SET_VIDEOFORMAT (WM_CAP_START + 45)
#define WM_CAP_SET_PREVIEW (WM_CAP_START + 50)
#define WM_CAP_SET_OVERLAY (WM_CAP_START + 51)
#define WM_CAP_SEQUENCE_NOFILE (WM_CAP_START + 63)
#define WM_CAP_SET_SEQUENCE_SETUP (WM_CAP_START + 64)
#define WM_CAP_GET_SEQUENCE_SETUP (WM_CAP_START + 65)
#define HWND_MESSAGE ((HWND)-3)
#define BI_RGB 0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment