Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
f033c284
Commit
f033c284
authored
Jun 27, 2011
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contribs: add speex
parent
2d537948
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
0 deletions
+26
-0
contrib/src/speex/SHA512SUMS
contrib/src/speex/SHA512SUMS
+1
-0
contrib/src/speex/rules.mak
contrib/src/speex/rules.mak
+25
-0
No files found.
contrib/src/speex/SHA512SUMS
0 → 100644
View file @
f033c284
bdf1ddb2d60496ab220b94c1bec7a43f267fc964fdbb5cc9f24b71b9b571f237f5ce98c1d74b02699d71a95281f4694ff464ebec25e3b135244e5b3099cb1813 speex-1.2rc1.tar.gz
contrib/src/speex/rules.mak
0 → 100644
View file @
f033c284
# speex
SPEEX_VERSION
:=
1.2rc1
SPEEX_URL
:=
http://downloads.us.xiph.org/releases/speex/speex-
$(SPEEX_VERSION)
.tar.gz
PKGS
+=
speex
$(TARBALLS)/speex-$(SPEEX_VERSION).tar.gz
:
$(DOWNLOAD)
$(SPEEX_URL)
.sum-speex
:
$(TARBALLS)/speex-$(SPEEX_VERSION).tar.gz
$(CHECK_SHA512)
touch
$@
speex
:
$(TARBALLS)/speex-$(SPEEX_VERSION).tar.gz .sum-speex
$(UNPACK_GZ)
mv
$@
-
$(SPEEX_VERSION)
$@
touch
$@
# TODO: fixed point and ASM opts
.speex
:
speex
cd
$<
&&
$(HOSTVARS)
./configure
$(HOSTCONF)
--without-ogg
cd
$<
&&
$(MAKE)
install
touch
$@
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