File: config.h

package info (click to toggle)
vlc-plugin-pipewire 3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 184 kB
  • sloc: ansic: 919; makefile: 52
file content (7 lines) | stat: -rw-r--r-- 159 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#ifndef VLC_PLUGIN_CONFIG_H
#define VLC_PLUGIN_CONFIG_H
#define _GNU_SOURCE
#define MODULE_STRING "pipewire"

#define N_(x) x
#endif /* VLC_PLUGIN_CONFIG_H */