fix: Fix library names
This commit is contained in:
parent
6eb79d4d8d
commit
0203cbce4c
4 changed files with 4 additions and 5 deletions
|
@ -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 {
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue