Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
37b095e3
Commit
37b095e3
authored
Dec 06, 2014
by
Tristan Matthews
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib: use speexdsp 1.2rc2
(cherry picked from commit 67066bf6dccc61ff15b6385dd80451a025a5217d)
parent
b12194c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
10 deletions
+5
-10
contrib/src/speexdsp/rules.mak
contrib/src/speexdsp/rules.mak
+5
-10
No files found.
contrib/src/speexdsp/rules.mak
View file @
37b095e3
# speexdsp
SPEEXDSP_VERSION
:=
git
SPEEXDSP_HASH
:=
HEAD
SPEEXDSP_GITURL
:=
http://git.xiph.org/?p
=
speexdsp.git
;
a
=
snapshot
;
h
=
$(SPEEXDSP_HASH)
;
sf
=
tgz
SPEEXDSP_VERSION
:=
1.2rc2
SPEEXDSP_URL
:=
http://downloads.us.xiph.org/releases/speex/speexdsp-
$(SPEEXDSP_VERSION)
.tar.gz
PKGS
+=
speexdsp
ifeq
($(call need_pkg,"speexdsp"),)
PKGS_FOUND
+=
speexdsp
endif
$(TARBALLS)/speexdsp-
git
.tar.gz
:
$(
call
download,
$(SPEEXDSP_
GIT
URL)
)
$(TARBALLS)/speexdsp-
$(SPEEXDSP_VERSION)
.tar.gz
:
$(
call
download,
$(SPEEXDSP_URL)
)
.sum-speexdsp
:
speexdsp-$(SPEEXDSP_VERSION).tar.gz
$(
warning
$@
not implemented
)
touch
$@
speexdsp
:
speexdsp-$(SPEEXDSP_VERSION).tar.gz .sum-speexdsp
rm
-Rf
$@
-git
$@
mkdir
-p
$@
-git
$(ZCAT)
"
$<
"
|
(
cd
$@
-git
&&
tar
xv
--strip-components
=
1
)
$(UNPACK)
$(MOVE)
SPEEXDSP_CONF
:=
--enable-resample-full-sinc-table
--disable-examples
...
...
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