spa: fix includes

This commit is contained in:
Wim Taymans 2023-01-13 11:41:38 +01:00
parent 00ae289a14
commit 9a580362a7
15 changed files with 83 additions and 28 deletions

View file

@ -29,6 +29,7 @@
extern "C" {
#endif
#include <spa/utils/type.h>
#include <spa/param/audio/iec958.h>
#define SPA_TYPE_INFO_AudioIEC958Codec SPA_TYPE_INFO_ENUM_BASE "AudioIEC958Codec"

View file

@ -34,6 +34,7 @@ extern "C" {
* \{
*/
#include <spa/utils/type.h>
#include <spa/param/audio/raw.h>
#define SPA_TYPE_INFO_AudioFormat SPA_TYPE_INFO_ENUM_BASE "AudioFormat"

View file

@ -35,6 +35,7 @@ extern "C" {
*/
#include <spa/param/param-types.h>
#include <spa/node/type-info.h>
#include <spa/param/buffers.h>

View file

@ -34,6 +34,8 @@ extern "C" {
* \{
*/
#include <spa/utils/enum-types.h>
#include <spa/param/param-types.h>
#include <spa/param/latency.h>
#define SPA_TYPE_INFO_PARAM_Latency SPA_TYPE_INFO_PARAM_BASE "Latency"

View file

@ -34,7 +34,6 @@ extern "C" {
* \{
*/
#include <spa/utils/defs.h>
#include <spa/param/props.h>
#include <spa/param/format.h>
#include <spa/buffer/type-info.h>

View file

@ -34,6 +34,7 @@ extern "C" {
* \{
*/
#include <spa/utils/enum-types.h>
#include <spa/param/param-types.h>
#include <spa/param/port-config.h>

View file

@ -34,6 +34,7 @@ extern "C" {
* \{
*/
#include <spa/param/param-types.h>
#include <spa/param/profiler.h>
#define SPA_TYPE_INFO_Profiler SPA_TYPE_INFO_OBJECT_BASE "Profiler"

View file

@ -34,7 +34,9 @@ extern "C" {
* \{
*/
#include <spa/utils/enum-types.h>
#include <spa/param/param-types.h>
#include <spa/param/route.h>
#define SPA_TYPE_INFO_PARAM_Route SPA_TYPE_INFO_PARAM_BASE "Route"

View file

@ -34,7 +34,8 @@ extern "C" {
* \{
*/
#include <spa/param/video/format-utils.h>
#include <spa/pod/parser.h>
#include <spa/pod/builder.h>
#include <spa/param/video/dsp.h>
static inline int
@ -79,4 +80,4 @@ spa_format_video_dsp_build(struct spa_pod_builder *builder, uint32_t id,
} /* extern "C" */
#endif
#endif /* SPA_VIDEO_DSP_H */
#endif /* SPA_VIDEO_DSP_UTILS_H */

View file

@ -33,6 +33,7 @@ extern "C" {
* \addtogroup spa_param
* \{
*/
#include <spa/utils/type.h>
#include <spa/param/video/raw.h>
#define SPA_TYPE_INFO_VideoFormat SPA_TYPE_INFO_ENUM_BASE "VideoFormat"