mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
make a symbol in module-ptorocol-stub static
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@78 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
554b01b6b3
commit
00b53f3f4b
2 changed files with 1 additions and 2 deletions
|
|
@ -61,7 +61,7 @@ static const char* const valid_modargs[] = {
|
|||
NULL
|
||||
};
|
||||
|
||||
struct pa_socket_server *create_socket_server(struct pa_core *c, struct pa_modargs *ma) {
|
||||
static struct pa_socket_server *create_socket_server(struct pa_core *c, struct pa_modargs *ma) {
|
||||
struct pa_socket_server *s;
|
||||
#ifdef USE_TCP_SOCKETS
|
||||
uint32_t loopback = 0, port = IPV4_PORT;
|
||||
|
|
|
|||
1
src/todo
1
src/todo
|
|
@ -1,4 +1,3 @@
|
|||
- run depmod once again
|
||||
- prefix modules/libraries with pa_
|
||||
- rename files
|
||||
- svn-id and license in every file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue