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
8256465b
Commit
8256465b
authored
14 years ago
by
Alexandre Savard
Browse files
Options
Downloads
Patches
Plain Diff
[#3316] Add client's expected file to be installed for opensuse build service
parent
6325c14a
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
sflphone-common/src/audio/noisesuppress.cpp
+2
-2
2 additions, 2 deletions
sflphone-common/src/audio/noisesuppress.cpp
tools/build-system/osc/sflphone-client-gnome.spec
+10
-1
10 additions, 1 deletion
tools/build-system/osc/sflphone-client-gnome.spec
with
12 additions
and
3 deletions
sflphone-common/src/audio/noisesuppress.cpp
+
2
−
2
View file @
8256465b
...
...
@@ -51,7 +51,7 @@ void NoiseSuppress::reset (void)
initNewNoiseSuppressor
(
_smplPerFrame
,
_samplingRate
);
}
void
NoiseSuppress
::
putData
(
SFLDataFormat
*
inputData
,
int
nbBytes
)
{}
void
NoiseSuppress
::
putData
(
SFLDataFormat
*
inputData
,
int
nbBytes
)
{
return
0
;
}
int
NoiseSuppress
::
getData
(
SFLDataFormat
*
outputData
)
{}
...
...
@@ -61,7 +61,7 @@ void NoiseSuppress::process (SFLDataFormat *data, int nbBytes)
speex_preprocess_run
(
_noiseState
,
data
);
}
int
NoiseSuppress
::
process
(
SFLDataFormat
*
inputData
,
SFLDataFormat
*
outputData
,
int
nbBytes
)
{}
int
NoiseSuppress
::
process
(
SFLDataFormat
*
inputData
,
SFLDataFormat
*
outputData
,
int
nbBytes
)
{
return
0
;
}
void
NoiseSuppress
::
process
(
SFLDataFormat
*
micData
,
SFLDataFormat
*
spkrData
,
SFLDataFormat
*
outputData
,
int
nbBytes
)
{}
...
...
This diff is collapsed.
Click to expand it.
tools/build-system/osc/sflphone-client-gnome.spec
+
10
−
1
View file @
8256465b
...
...
@@ -29,6 +29,7 @@ BuildRequires: update-desktop-files
BuildRequires: dbus-1-glib-devel
BuildRequires: gnome-doc-utils-devel
BuildRequires: libgnomeui-devel
BuildRequires: libwebkit-devel
%endif
%if %{defined fedora_version}
...
...
@@ -41,6 +42,7 @@ BuildRequires: gettext
BuildRequires: libproxy-webkit
# fix PolicyKit-authentication-agent expansion error
BuildRequires: PolicyKit-gnome
BuildRequires: webkitgtk-devel
%endif
%if %{defined mandriva_version}
...
...
@@ -58,7 +60,6 @@ BuildRequires: libnotify-devel
BuildRequires: libsexy-devel
BuildRequires: evolution-data-server-devel
BuildRequires: check-devel
BuildRequires: libwebkit-devel
Requires: sflphone-common = %{version}
Requires: dbus-1-glib
...
...
@@ -140,6 +141,14 @@ make clean
%{_prefix}/share/sflphone/*.gif
%{_prefix}/share/omf/sflphone/*
%{_prefix}/share/sflphone/ui/ui.xml
%{_prefix}/etc/gconf/schemas/sflphone-client-gnome.schemas
%{_prefix}/share/sflphone/webkit/im/chat_info.png
%{_prefix}/share/sflphone/webkit/im/error.png
%{_prefix}/share/sflphone/webkit/im/im.css
%{_prefix}/share/sflphone/webkit/im/im.html
%{_prefix}/share/sflphone/webkit/im/im.js
%{_prefix}/share/sflphone/webkit/im/sflphone.png
%changelog
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