1
Fork 0

fix: Fix library names

This commit is contained in:
Lucas Schwiderski 2022-05-23 15:42:24 +02:00
parent 6eb79d4d8d
commit 0203cbce4c
Signed by: lucas
GPG key ID: AA12679AAA6DF4D8
4 changed files with 4 additions and 5 deletions

View file

@ -21,7 +21,7 @@
#include <pulse/proplist.h>
#include <stdbool.h>
#define LUA_PA_PROPLIST "pulseaudio.proplist"
#define LUA_PA_PROPLIST "lua_libpulse_glib.proplist"
typedef struct proplist {

View file

@ -10,7 +10,6 @@
#include <lualib.h>
#include <pulse/glib-mainloop.h>
#define LUA_PULSEAUDIO "pulseaudio"
#if LUA_VERSION_NUM <= 501
// Shamelessly copied from Lua 5.3 source.

View file

@ -9,8 +9,8 @@
#include <pulse/glib-mainloop.h>
#define LUA_PULSEAUDIO "pulseaudio"
#define LUA_PA_REGISTRY "pulseaudio.registry"
#define LUA_PULSEAUDIO "lua_libpulse_glib"
#define LUA_PA_REGISTRY "lua_libpulse_glib.registry"
typedef struct pulseaudio {

View file

@ -12,7 +12,7 @@
#include <lua.h>
#include <pulse/volume.h>
#define LUA_PA_VOLUME "pulseaudio.volume"
#define LUA_PA_VOLUME "lua_libpulse_glib.volume"
typedef struct volume_t {