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-08-19 20:33:46 +0400
committerMichael Niedermayer <michaelni@gmx.at>2014-08-19 20:33:46 +0400
commitc18a3b3e8ef438c8cd18969f8d87fd7c2201cf32 (patch)
tree398aa4126677aef21691a4c86cbffe6af0824abd /libavdevice/vfwcap.c
parentb07dc81a9e35ddd2b2ac0109ae2e97b86ff4a4a9 (diff)
parent8bc52dbd9dffb1b2fa4a6aeed2d298d036b619b2 (diff)
Merge commit '8bc52dbd9dffb1b2fa4a6aeed2d298d036b619b2'
* commit '8bc52dbd9dffb1b2fa4a6aeed2d298d036b619b2': vfwcap: Drop fallback VfW defines Conflicts: libavdevice/vfwcap.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavdevice/vfwcap.c')
-rw-r--r--libavdevice/vfwcap.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/libavdevice/vfwcap.c b/libavdevice/vfwcap.c
index d3117991c7..60a5e8ef13 100644
--- a/libavdevice/vfwcap.c
+++ b/libavdevice/vfwcap.c
@@ -27,12 +27,6 @@
#include <vfw.h>
#include "avdevice.h"
-/* Defines for VFW missing from MinGW.
- * Remove this when MinGW incorporates them. */
-#define HWND_MESSAGE ((HWND)-3)
-
-/* End of missing MinGW defines */
-
struct vfw_ctx {
const AVClass *class;
HWND hwnd;