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
92c5f281
Commit
92c5f281
authored
Apr 26, 2004
by
Derk-Jan Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
OS X build system fixes
- updated version of speex, theora, libebml, libmatroska
parent
8c6856af
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
13 deletions
+13
-13
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+4
-4
extras/contrib/src/Patches/theora.patch
extras/contrib/src/Patches/theora.patch
+2
-2
extras/contrib/src/packages.mak
extras/contrib/src/packages.mak
+7
-7
No files found.
extras/contrib/src/Makefile
View file @
92c5f281
...
...
@@ -378,11 +378,11 @@ DISTCLEAN_PKG += libvorbis-$(VORBIS_VERSION).tar.gz
# theora
# ***************************************************************************
libtheora-$(THEORA_VERSION).tar.
gz
:
libtheora-$(THEORA_VERSION).tar.
bz2
:
$(WGET)
$(THEORA_URL)
libtheora
:
libtheora-$(THEORA_VERSION).tar.
gz
$(EXTRACT_
GZ
)
libtheora
:
libtheora-$(THEORA_VERSION).tar.
bz2
$(EXTRACT_
BZ2
)
patch
-p
0 < Patches/theora.patch
.theora
:
libtheora
...
...
@@ -391,7 +391,7 @@ libtheora: libtheora-$(THEORA_VERSION).tar.gz
CLEAN_FILE
+=
.theora
CLEAN_PKG
+=
libtheora
DISTCLEAN_PKG
+=
libtheora-
$(THEORA_VERSION)
.tar.
gz
DISTCLEAN_PKG
+=
libtheora-
$(THEORA_VERSION)
.tar.
bz2
# ***************************************************************************
# flac
...
...
extras/contrib/src/Patches/theora.patch
View file @
92c5f281
...
...
@@ -5,7 +5,7 @@ diff -ru libtheora.old/Makefile.am libtheora/Makefile.am
AUTOMAKE_OPTIONS = foreign dist-zip
-SUBDIRS = lib include examples debian
-SUBDIRS = lib include
doc
examples debian
+SUBDIRS = lib include
EXTRA_DIST = COPYING autogen.sh
...
...
@@ -17,7 +17,7 @@ diff -ru libtheora.old/Makefile.in libtheora/Makefile.in
AUTOMAKE_OPTIONS = foreign dist-zip
-SUBDIRS = lib include examples debian
-SUBDIRS = lib include
doc
examples debian
+SUBDIRS = lib include
EXTRA_DIST = COPYING autogen.sh
...
...
extras/contrib/src/packages.mak
View file @
92c5f281
...
...
@@ -54,21 +54,21 @@ OGG_URL=http://www.vorbis.com/files/1.0.1/unix/libogg-$(OGG_VERSION).tar.gz
OGG_CVSROOT
=
:pserver:anoncvs@xiph.org:/usr/local/cvsroot
VORBIS_VERSION
=
1.0
VORBIS_URL
=
http://www.xiph.org/ogg/vorbis/download/libvorbis-
$(VORBIS_VERSION)
.tar.gz
THEORA_VERSION
=
1.0alpha
2
THEORA_URL
=
http://www.theora.org/files/libtheora-
$(THEORA_VERSION)
.tar.
gz
THEORA_VERSION
=
1.0alpha
3
THEORA_URL
=
http://www.theora.org/files/libtheora-
$(THEORA_VERSION)
.tar.
bz2
FLAC_VERSION
=
1.1.0
FLAC_URL
=
$(SF)
/flac/flac-
$(FLAC_VERSION)
.tar.gz
SPEEX_VERSION
=
1.1.
4
SPEEX_VERSION
=
1.1.
5
SPEEX_URL
=
http://www.speex.org/download/speex-
$(SPEEX_VERSION)
.tar.gz
FAAD2_VERSION
=
2.0
FAAD2_URL
=
$(VIDEOLAN)
/testing/contrib/faad2-
$(FAAD2_VERSION)
.tar.bz2
FAAD2_CVSROOT
=
:pserver:anonymous@cvs.audiocoding.com:/cvsroot/faac
LAME_VERSION
=
3.93.1
LAME_URL
=
$(SF)
/lame/lame-
$(LAME_VERSION)
.tar.gz
LIBEBML_VERSION
=
0.
6.4
LIBEBML_URL
=
http://
matroska.free.fr
/downloads/libebml/libebml-
$(LIBEBML_VERSION)
.tar.gz
LIBMATROSKA_VERSION
=
0.
6.3
LIBMATROSKA_URL
=
http://
matroska.free.fr
/downloads/libmatroska/libmatroska-
$(LIBMATROSKA_VERSION)
.tar.gz
LIBEBML_VERSION
=
0.
7.0
LIBEBML_URL
=
http://
dl.matroska.org
/downloads/libebml/libebml-
$(LIBEBML_VERSION)
.tar.gz
LIBMATROSKA_VERSION
=
0.
7.0
LIBMATROSKA_URL
=
http://
dl.matroska.org
/downloads/libmatroska/libmatroska-
$(LIBMATROSKA_VERSION)
.tar.gz
FFMPEG_VERSION
=
0.4.8
FFMPEG_URL
=
$(SF)
/ffmpeg/ffmpeg-
$(FFMPEG_VERSION)
.tar.gz
FFMPEG_CVSROOT
=
:pserver:anonymous@mplayerhq.hu:/cvsroot/ffmpeg
...
...
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