Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mediastreamer2
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
3
Issues
3
List
Board
Labels
Milestones
Merge Requests
7
Merge Requests
7
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
External Wiki
External Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
BC
public
mediastreamer2
Commits
ec3cecde
Commit
ec3cecde
authored
Mar 28, 2011
by
Simon Morlat
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
git://git.linphone.org/mediastreamer2
parents
e8c8d325
d81b5016
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
configure.ac
configure.ac
+2
-1
mediastream.c
tests/mediastream.c
+1
-1
No files found.
configure.ac
View file @
ec3cecde
...
...
@@ -134,7 +134,7 @@ case $target_os in
MSPLUGINS_CFLAGS=""
MSPLUGINS_LIBS="-dynamiclib"
macosx_found=yes
LIBS="$LIBS -framework CoreFoundation -framework AudioToolbox -framework CoreAudio
-framework Carbon -framework AudioUnit
"
LIBS="$LIBS -framework CoreFoundation -framework AudioToolbox -framework CoreAudio "
;;
*mingw32ce)
CFLAGS="$CFLAGS -DINET6 -DORTP_INET6 -D_WIN32_WINNT=0x0501 -D_WIN32_WCE -DORTP_STATIC"
...
...
@@ -356,6 +356,7 @@ if test "$macosx_found" = "yes" ; then
if test "$macsnd" = "true"; then
AC_DEFINE(__MACSND_ENABLED__,1,[defined if native macosx sound support is available])
macsnd_enabled=true
LIBS="$LIBS -framework Carbon -framework AudioUnit"
found_sound=yes
fi
if test "$macaqsnd" = "true"; then
...
...
tests/mediastream.c
View file @
ec3cecde
...
...
@@ -268,12 +268,12 @@ static void run_media_streams(int localport, const char *remote_ip, int remotepo
AudioStream
*
audio
=
NULL
;
#ifdef VIDEO_ENABLED
VideoStream
*
video
=
NULL
;
MSWebCam
*
cam
=
NULL
;
#endif
RtpSession
*
session
=
NULL
;
PayloadType
*
pt
;
RtpProfile
*
profile
=
rtp_profile_clone_full
(
&
av_profile
);
OrtpEvQueue
*
q
=
ortp_ev_queue_new
();
MSWebCam
*
cam
=
NULL
;
ms_init
();
signal
(
SIGINT
,
stop_handler
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment