mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 04:56:24 +00:00
d3dvideosink: compile fix
Signed-off-by: David Schleef <ds@schleef.org>
This commit is contained in:
parent
48d5fc3c4b
commit
be87d62fde
1 changed files with 3 additions and 3 deletions
|
@ -165,9 +165,9 @@ typedef enum
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define DIRECTX_DEBUG(...) (directx_log_debug(__FILE__, DIRECTX_FUNCTION, __LINE__, ##__VA_ARGS__))
|
#define DIRECTX_DEBUG(...) (directx_log_debug(__FILE__, DIRECTX_FUNCTION, __LINE__, __VA_ARGS__))
|
||||||
#define DIRECTX_WARNING(...) (directx_log_warning(__FILE__, DIRECTX_FUNCTION, __LINE__, ##__VA_ARGS__))
|
#define DIRECTX_WARNING(...) (directx_log_warning(__FILE__, DIRECTX_FUNCTION, __LINE__, __VA_ARGS__))
|
||||||
#define DIRECTX_ERROR(...) (directx_log_error(__FILE__, DIRECTX_FUNCTION, __LINE__, ##__VA_ARGS__))
|
#define DIRECTX_ERROR(...) (directx_log_error(__FILE__, DIRECTX_FUNCTION, __LINE__, __VA_ARGS__))
|
||||||
|
|
||||||
#define DIRECTX_COMPONENT_API(component) (component->api)
|
#define DIRECTX_COMPONENT_API(component) (component->api)
|
||||||
#define DIRECTX_COMPONENT_DATA(component) (component->private_data)
|
#define DIRECTX_COMPONENT_DATA(component) (component->private_data)
|
||||||
|
|
Loading…
Reference in a new issue