Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
451926c4
Commit
451926c4
authored
Aug 26, 2005
by
Derk-Jan Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* The same getopt problem that theora has, exists in speex as well.
parent
2b6826a1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
31 additions
and
1 deletion
+31
-1
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+2
-1
extras/contrib/src/Patches/speex.patch
extras/contrib/src/Patches/speex.patch
+29
-0
No files found.
extras/contrib/src/Makefile
View file @
451926c4
...
...
@@ -589,6 +589,7 @@ speex-$(SPEEX_VERSION).tar.gz:
speex
:
speex-$(SPEEX_VERSION).tar.gz
$(EXTRACT_GZ)
patch
-p0
< Patches/speex.patch
.speex
:
speex
(
cd
$<
;
./configure
$(HOSTCONF)
--prefix
=
$(PREFIX)
--enable-ogg
=
no
&&
make
&&
make
install
)
...
...
@@ -849,7 +850,7 @@ live: live-$(LIVEDOTCOM_VERSION).tar.gz
patch
-p
0 < Patches/live.patch
.live
:
live
(
cd
$<
;
./genMakefiles macosx-before-version-10.4
&&
make
)
(
cd
$<
;
./genMakefiles macosx-before-version-10.4
-before-version-10.4
&&
make
)
touch
$@
CLEAN_FILE
+=
.live
...
...
extras/contrib/src/Patches/speex.patch
0 → 100644
View file @
451926c4
diff -ruN speex-1.1.10/Makefile.am speex/Makefile.am
--- speex-1.1.10/Makefile.am Thu Jun 9 08:22:08 2005
+++ speex/Makefile.am Fri Aug 26 14:55:35 2005
@@ -13,9 +13,9 @@
EXTRA_DIST = Speex.spec Speex.spec.in Speex.kdevelop speex.m4 speex.pc.in
#Fools KDevelop into including all files
-SUBDIRS = libspeex include @src@ doc win32 symbian
+SUBDIRS = libspeex include doc win32 symbian
-DIST_SUBDIRS = libspeex include src doc win32 symbian
+DIST_SUBDIRS = libspeex include doc win32 symbian
rpm: dist
rpmbuild -ta ${PACKAGE}-${VERSION}.tar.gz
diff -ruN speex-1.1.10/Makefile.in speex/Makefile.in
--- speex-1.1.10/Makefile.in Thu Jun 9 08:25:48 2005
+++ speex/Makefile.in Fri Aug 26 14:56:21 2005
@@ -194,8 +194,8 @@
EXTRA_DIST = Speex.spec Speex.spec.in Speex.kdevelop speex.m4 speex.pc.in
#Fools KDevelop into including all files
-SUBDIRS = libspeex include @src@ doc win32 symbian
-DIST_SUBDIRS = libspeex include src doc win32 symbian
+SUBDIRS = libspeex include doc win32 symbian
+DIST_SUBDIRS = libspeex include doc win32 symbian
all: config.h
$(MAKE) $(AM_MAKEFLAGS) all-recursive
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