Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-daemon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-daemon
Commits
b0862568
Commit
b0862568
authored
19 years ago
by
yanmorin
Browse files
Options
Downloads
Patches
Plain Diff
Remove old class/struct
parent
915d76cb
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/audio/Makefile.am
+1
-1
1 addition, 1 deletion
src/audio/Makefile.am
src/audio/audiodevice.h
+0
-31
0 additions, 31 deletions
src/audio/audiodevice.h
src/managerimpl.h
+1
-1
1 addition, 1 deletion
src/managerimpl.h
with
2 additions
and
33 deletions
src/audio/Makefile.am
+
1
−
1
View file @
b0862568
...
...
@@ -33,5 +33,5 @@ libaudio_la_CPPFLAGS = $(SPEEX_FLAG) $(SAMPLERATE_FLAG)
noinst_HEADERS
=
audioloop.h common.h ringbuffer.h alaw.h audiofile.h g711.h
\
tonelist.h audiortp.h audiocodec.h audiolayer.h
\
dtmfgenerator.h gsmcodec.h tonegenerator.h ulaw.h
\
audiodevice.h
codecDescriptor.h dtmf.h tone.h
\
codecDescriptor.h dtmf.h tone.h
\
CodecSpeex.h
This diff is collapsed.
Click to expand it.
src/audio/audiodevice.h
deleted
100644 → 0
+
0
−
31
View file @
915d76cb
/**
* Copyright (C) 2004-2005 Savoir-Faire Linux inc.
* Author: Jean-Philippe Barrette-LaPierre
* <jean-philippe.barrette-lapierre@savoirfairelinux.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef _AUDIO_DEVICE_H
#define _AUDIO_DEVICE_H
struct
AudioDevice
{
const
char
*
hostApiName
;
const
char
*
deviceName
;
};
#endif
This diff is collapsed.
Click to expand it.
src/managerimpl.h
+
1
−
1
View file @
b0862568
...
...
@@ -30,7 +30,7 @@
#include
"observer.h"
#include
"config/config.h"
#include
"audio/audiodevice.h"
//
#include "audio/audiodevice.h"
#include
"audio/tonelist.h"
// for Tone::TONEID declaration
#include
"audio/audiofile.h"
#include
"audio/dtmf.h"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment