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
7d72f09c
Commit
7d72f09c
authored
Dec 07, 2013
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib: speex: fix git hash
Use the revision just before libspeexdsp split
parent
c8a17e17
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
contrib/src/speex/rules.mak
contrib/src/speex/rules.mak
+3
-1
No files found.
contrib/src/speex/rules.mak
View file @
7d72f09c
...
...
@@ -3,7 +3,9 @@
#SPEEX_VERSION := 1.2rc1
#SPEEX_URL := http://downloads.us.xiph.org/releases/speex/speex-$(SPEEX_VERSION).tar.gz
SPEEX_VERSION
:=
git
SPEEX_GITURL
:=
http://git.xiph.org/?p
=
speex.git
;
a
=
snapshot
;
h
=
HEAD
;
sf
=
tgz
SPEEX_HASH
:=
a6d05eb
#SPEEX_HASH := HEAD
SPEEX_GITURL
:=
http://git.xiph.org/?p
=
speex.git
;
a
=
snapshot
;
h
=
$(SPEEX_HASH)
;
sf
=
tgz
PKGS
+=
speex
ifeq
($(call need_pkg,"speex >= 1.0.5"),)
...
...
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