mirror of
https://git.freebsd.org/ports.git
synced 2025-07-14 15:59:18 -04:00
libjingle support. o Update libjingle's third party mediaphone (obtained from latest release of net/linphone 1.3.5) library o Force OSS sound system detection o Bump PORTREVISION
11 lines
375 B
C
11 lines
375 B
C
--- ./talk/third_party/mediastreamer/osscard.c.orig Fri Apr 21 11:06:47 2006
|
|
+++ ./talk/third_party/mediastreamer/osscard.c Fri Apr 21 11:07:03 2006
|
|
@@ -342,7 +342,7 @@
|
|
{
|
|
int p=0,mix_fd;
|
|
int osscmd;
|
|
- g_return_if_fail(obj->mixdev_name!=NULL);
|
|
+ g_return_val_if_fail(obj->mixdev_name!=NULL,-1);
|
|
#ifdef HAVE_SYS_SOUNDCARD_H
|
|
switch(way){
|
|
case SND_CARD_LEVEL_GENERAL:
|