From 6b102baaa3f875cfca38d13fe2a0372ee5b7e2f7 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Fri, 10 Jan 2025 11:09:58 +0100 Subject: [PATCH] curl: Fix definitions Part-of: --- subprojects/gst-plugins-bad/ext/curl/gstcurlhttpsrc.h | 1 + subprojects/gst-plugins-bad/meson.build | 1 + 2 files changed, 2 insertions(+) diff --git a/subprojects/gst-plugins-bad/ext/curl/gstcurlhttpsrc.h b/subprojects/gst-plugins-bad/ext/curl/gstcurlhttpsrc.h index efb8a259f7..e267d7a098 100644 --- a/subprojects/gst-plugins-bad/ext/curl/gstcurlhttpsrc.h +++ b/subprojects/gst-plugins-bad/ext/curl/gstcurlhttpsrc.h @@ -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"); diff --git a/subprojects/gst-plugins-bad/meson.build b/subprojects/gst-plugins-bad/meson.build index 80c969e893..e5103dff4c 100644 --- a/subprojects/gst-plugins-bad/meson.build +++ b/subprojects/gst-plugins-bad/meson.build @@ -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'],