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
e7c220f4
Commit
e7c220f4
authored
Aug 24, 2005
by
Derk-Jan Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Updated speex to 1.1.10
* Updated theora to alpha5 * Added libshout
parent
bf18873e
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
30 additions
and
24 deletions
+30
-24
extras/contrib/bootstrap
extras/contrib/bootstrap
+1
-1
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+20
-3
extras/contrib/src/Patches/speex.patch
extras/contrib/src/Patches/speex.patch
+0
-13
extras/contrib/src/packages.mak
extras/contrib/src/packages.mak
+9
-7
No files found.
extras/contrib/bootstrap
View file @
e7c220f4
...
...
@@ -56,7 +56,7 @@ case $HOST in
# ENVP defines the oldest environment on which the program will be able to run
# SDK 10.2.8 requires gcc-3.3 (so we cannot use that SDK)
echo
"ENVP = MACOSX_DEPLOYMENT_TARGET=10.3"
>>
config.mak
echo
"MACOSX_SDK = /Developer/SDKs/MacOSX10.3.
9
.sdk"
>>
config.mak
echo
"MACOSX_SDK = /Developer/SDKs/MacOSX10.3.
0
.sdk"
>>
config.mak
# echo "EXTRA_CFLAGS = -D\${ENVP} -isysroot \${MACOSX_SDK}" >> config.mak
echo
"EXTRA_CPPFLAGS = -no-cpp-precomp"
>>
config.mak
# echo "EXTRA_LDFLAGS = -isysroot \${MACOSX_SDK} -Wl,-syslibroot,\${MACOSX_SDK}" >> config.mak
...
...
extras/contrib/src/Makefile
View file @
e7c220f4
...
...
@@ -84,7 +84,7 @@ endif
ifdef
HAVE_DARWIN_OS
all
:
.autoconf .libtool .automake .iconv .intl .pkgcfg .freetype .fribidi
\
.a52 .mpeg2 .id3tag .mad .ogg .vorbis .vorbisenc .x264 .theora
\
.FLAC .speex .faad .faac .lame .twolame .ebml .matroska .ffmpeg .openslp
\
.FLAC .speex .
shout .
faad .faac .lame .twolame .ebml .matroska .ffmpeg .openslp
\
.dvdcss .dvdread .dvdnav .dvbpsi .live .goom2k4 .caca .mod
\
.png .gpg-error .gcrypt .gnutls .daap .cddb .cdio .vcdimager .SDL_image
\
.aclocal
...
...
@@ -530,7 +530,6 @@ libtheora-$(THEORA_VERSION).tar.bz2:
libtheora
:
libtheora-$(THEORA_VERSION).tar.bz2
$(EXTRACT_BZ2)
patch
-p
0 < Patches/theora.patch
.theora
:
libtheora
(
cd
$<
;
./configure
$(HOSTCONF)
--prefix
=
$(PREFIX)
&&
make
&&
make
install
)
...
...
@@ -541,6 +540,25 @@ CLEAN_FILE += .theora
CLEAN_PKG
+=
libtheora
DISTCLEAN_PKG
+=
libtheora-
$(THEORA_VERSION)
.tar.bz2
# ***************************************************************************
# shout
# ***************************************************************************
libshout-$(SHOUT_VERSION).tar.gz
:
$(WGET)
$(SHOUT_URL)
libshout
:
libshout-$(SHOUT_VERSION).tar.gz
$(EXTRACT_GZ)
.shout
:
libshout
(
cd
$<
;
./configure
$(HOSTCONF)
--prefix
=
$(PREFIX)
&&
make
&&
make
install
)
$(INSTALL_NAME)
touch
$@
CLEAN_FILE
+=
.shout
CLEAN_PKG
+=
libshout
DISTCLEAN_PKG
+=
libshout-
$(SHOUT_VERSION)
.tar.gz
# ***************************************************************************
# flac
# ***************************************************************************
...
...
@@ -569,7 +587,6 @@ speex-$(SPEEX_VERSION).tar.gz:
speex
:
speex-$(SPEEX_VERSION).tar.gz
$(EXTRACT_GZ)
patch
-p
0 < Patches/speex.patch
.speex
:
speex
(
cd
$<
;
./configure
$(HOSTCONF)
--prefix
=
$(PREFIX)
--enable-ogg
=
no
&&
make
&&
make
install
)
...
...
extras/contrib/src/Patches/speex.patch
deleted
100644 → 0
View file @
bf18873e
diff -ru speex-original/libspeex/preprocess.c speex/libspeex/preprocess.c
--- speex-original/libspeex/preprocess.c Sat Apr 10 00:21:49 2004
+++ speex/libspeex/preprocess.c Fri Jul 23 10:11:10 2004
@@ -970,8 +970,8 @@
int speex_preprocess_ctl(SpeexPreprocessState *state, int request, void *ptr)
{
SpeexPreprocessState *st;
- st=(SpeexPreprocessState*)state;
int i;
+ st=(SpeexPreprocessState*)state;
switch(request)
{
case SPEEX_PREPROCESS_SET_DENOISE:
extras/contrib/src/packages.mak
View file @
e7c220f4
...
...
@@ -56,17 +56,19 @@ LIBID3TAG_VERSION=0.15.1b
LIBID3TAG_URL
=
ftp://ftp.mars.org/pub/mpeg/libid3tag-
$(LIBID3TAG_VERSION)
.tar.gz
LIBMAD_VERSION
=
0.15.1b
LIBMAD_URL
=
ftp://ftp.mars.org/pub/mpeg/libmad-
$(LIBMAD_VERSION)
.tar.gz
OGG_VERSION
=
1.1
OGG_URL
=
http://
www.vorbis.com/files/1.0.1/unix
/libogg-
$(OGG_VERSION)
.tar.gz
OGG_VERSION
=
1.1
.2
OGG_URL
=
http://
downloads.xiph.org/releases/ogg
/libogg-
$(OGG_VERSION)
.tar.gz
OGG_CVSROOT
=
:pserver:anoncvs@xiph.org:/usr/local/cvsroot
VORBIS_VERSION
=
1.
0
VORBIS_URL
=
http://
us.xiph.org/ogg/vorbis/download
/libvorbis-
$(VORBIS_VERSION)
.tar.gz
THEORA_VERSION
=
1.0alpha
4
VORBIS_VERSION
=
1.
1.1
VORBIS_URL
=
http://
downloads.xiph.org/releases/vorbis
/libvorbis-
$(VORBIS_VERSION)
.tar.gz
THEORA_VERSION
=
1.0alpha
5
THEORA_URL
=
$(VIDEOLAN)
/testing/contrib/libtheora-
$(THEORA_VERSION)
.tar.bz2
FLAC_VERSION
=
1.1.2
FLAC_URL
=
$(SF)
/flac/flac-
$(FLAC_VERSION)
.tar.gz
SPEEX_VERSION
=
1.1.5
SPEEX_URL
=
http://us.speex.org/download/speex-
$(SPEEX_VERSION)
.tar.gz
SPEEX_VERSION
=
1.1.10
SPEEX_URL
=
http://downloads.us.xiph.org/releases/speex/speex-
$(SPEEX_VERSION)
.tar.gz
SHOUT_VERSION
=
2.1
SHOUT_URL
=
http://downloads.us.xiph.org/releases/libshout/libshout-
$(SHOUT_VERSION)
.tar.gz
FAAD2_VERSION
=
20040923
FAAD2_URL
=
$(VIDEOLAN)
/testing/contrib/faad2-
$(FAAD2_VERSION)
.tar.bz2
FAAD2_CVSROOT
=
:pserver:anonymous@cvs.audiocoding.com:/cvsroot/faac
...
...
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