mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-13 23:22:54 +00:00
curl: Fix definitions
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8229>
This commit is contained in:
parent
d63c965ec8
commit
6b102baaa3
2 changed files with 2 additions and 0 deletions
|
@ -72,6 +72,7 @@ G_BEGIN_DECLS
|
|||
#define GST_IS_CURLHTTPSRC_CLASS(klass) \
|
||||
(G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_CURLHTTPSRC))
|
||||
|
||||
#define GSTCURL_FUNCTIONTRACE 0
|
||||
#if GSTCURL_FUNCTIONTRACE
|
||||
#define GSTCURL_FUNCTION_ENTRY(x) GST_DEBUG_OBJECT(x, "Entering function");
|
||||
#define GSTCURL_FUNCTION_EXIT(x) GST_DEBUG_OBJECT(x, "Leaving function");
|
||||
|
|
|
@ -160,6 +160,7 @@ check_headers = [
|
|||
['HAVE_NETINET_IP_H', 'netinet/ip.h'],
|
||||
['HAVE_NETINET_TCP_H', 'netinet/tcp.h'],
|
||||
['HAVE_PTHREAD_H', 'pthread.h'],
|
||||
['HAVE_PWD_H', 'pwd.h'],
|
||||
['HAVE_STDINT_H', 'stdint.h'],
|
||||
['HAVE_STDLIB_H', 'stdlib.h'],
|
||||
['HAVE_STRINGS_H', 'strings.h'],
|
||||
|
|
Loading…
Reference in a new issue