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
b036441c
Commit
b036441c
authored
Dec 08, 2013
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib: speexdsp: install headers in include/speex, where we expect them
parent
a0e76806
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
contrib/src/speexdsp/includedir.patch
contrib/src/speexdsp/includedir.patch
+10
-0
contrib/src/speexdsp/rules.mak
contrib/src/speexdsp/rules.mak
+1
-0
No files found.
contrib/src/speexdsp/includedir.patch
0 → 100644
View file @
b036441c
--- speexdsp/include/speex/Makefile.am.orig 2013-12-08 11:50:39.859569265 +0100
+++ speexdsp/include/speex/Makefile.am 2013-12-08 11:50:48.535568900 +0100
@@ -2,6 +2,7 @@
#AUTOMAKE_OPTIONS = no-dependencies
nodist_pkginclude_HEADERS = speexdsp_config_types.h
+pkgincludedir=$(includedir)/speex
pkginclude_HEADERS = speex_echo.h speex_jitter.h speex_preprocess.h speex_resampler.h \
speexdsp_types.h
contrib/src/speexdsp/rules.mak
View file @
b036441c
...
...
@@ -21,6 +21,7 @@ speexdsp: speexdsp-$(SPEEXDSP_VERSION).tar.gz .sum-speexdsp
mkdir
-p
$@
-git
$(ZCAT)
"
$<
"
|
(
cd
$@
-git
&&
tar
xv
--strip-components
=
1
)
$(APPLY)
$(SRC)
/speexdsp/neon.patch
$(APPLY)
$(SRC)
/speexdsp/includedir.patch
$(MOVE)
SPEEXDSP_CONF
:=
--enable-resample-full-sinc-table
...
...
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