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
d3e0b1b2
Commit
d3e0b1b2
authored
Apr 13, 2008
by
Pavlov Konstantin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Contrib: introduce yasm to build x264 on darwin.
Also fix Distributions gitignore.
parent
3744a824
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
23 additions
and
3 deletions
+23
-3
extras/contrib/.gitignore
extras/contrib/.gitignore
+1
-1
extras/contrib/src/Distributions/darwin.mak
extras/contrib/src/Distributions/darwin.mak
+2
-2
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+18
-0
extras/contrib/src/packages.mak
extras/contrib/src/packages.mak
+2
-0
No files found.
extras/contrib/.gitignore
View file @
d3e0b1b2
...
@@ -14,7 +14,7 @@ info
...
@@ -14,7 +14,7 @@ info
src/*
src/*
# But not our files
# But not our files
!Makefile
!Makefile
!src/Distributions
!src/Distributions
/*
!src/Patches
!src/Patches
!src/packages.mak
!src/packages.mak
!src/Makefile
!src/Makefile
extras/contrib/src/Distributions/darwin.mak
View file @
d3e0b1b2
...
@@ -5,14 +5,14 @@ download-all: autoconf automake libtool cmake gettext pkgconfig freetype2 \
...
@@ -5,14 +5,14 @@ download-all: autoconf automake libtool cmake gettext pkgconfig freetype2 \
libdvdcss libdvdnav libdvbpsi live libcaca libmodplug xml asa jpeg tiff
\
libdvdcss libdvdnav libdvbpsi live libcaca libmodplug xml asa jpeg tiff
\
SDL zlib libpng libgpg-error libgcrypt opencdk gnutls libopendaap libcddb
\
SDL zlib libpng libgpg-error libgcrypt opencdk gnutls libopendaap libcddb
\
libcdio vcdimager SDL_image glib gecko-sdk mpcdec dirac expat taglib nasm
\
libcdio vcdimager SDL_image glib gecko-sdk mpcdec dirac expat taglib nasm
\
x264 goom lua zvbi fontconfig ncurses all
yasm
x264 goom lua zvbi fontconfig ncurses all
all
:
.autoconf .automake .libtool .cmake .intl .pkgcfg .freetype
\
all
:
.autoconf .automake .libtool .cmake .intl .pkgcfg .freetype
\
.fribidi .a52 .mpeg2 .id3tag .mad .ogg .vorbis .vorbisenc .theora
\
.fribidi .a52 .mpeg2 .id3tag .mad .ogg .vorbis .vorbisenc .theora
\
.flac .speex .shout .faad .faac .lame .twolame .ebml .matroska .ffmpeg
\
.flac .speex .shout .faad .faac .lame .twolame .ebml .matroska .ffmpeg
\
.dvdcss .dvdnav .dvdread .dvbpsi .live .caca .mod .asa
\
.dvdcss .dvdnav .dvdread .dvbpsi .live .caca .mod .asa
\
.png .gpg-error .gcrypt .opencdk .gnutls .opendaap .cddb .cdio .vcdimager
\
.png .gpg-error .gcrypt .opencdk .gnutls .opendaap .cddb .cdio .vcdimager
\
.SDL_image .glib .gecko .mpcdec .dirac_encoder .dirac_decoder
\
.SDL_image .glib .gecko .mpcdec .dirac_encoder .dirac_decoder
\
.dca .tag .nasm .x264 .goom2k4 .lua .zvbi .fontconfig .ncurses .aclocal
.dca .tag .nasm .
yasm .
x264 .goom2k4 .lua .zvbi .fontconfig .ncurses .aclocal
# .expat .clinkcc don't work with SDK yet
# .expat .clinkcc don't work with SDK yet
# .glib .IDL .gecko are required to build the mozilla plugin
# .glib .IDL .gecko are required to build the mozilla plugin
# .mozilla-macosx will build an entire mozilla. it can be used if we need to create a new .gecko package
# .mozilla-macosx will build an entire mozilla. it can be used if we need to create a new .gecko package
...
...
extras/contrib/src/Makefile
View file @
d3e0b1b2
...
@@ -2252,6 +2252,24 @@ CLEAN_FILE += .nasm
...
@@ -2252,6 +2252,24 @@ CLEAN_FILE += .nasm
CLEAN_PKG
+=
nasm nasm.cvs
CLEAN_PKG
+=
nasm nasm.cvs
DISTCLEAN_PKG
+=
nasm-
$(NASM_VERSION)
.tar.bz2
DISTCLEAN_PKG
+=
nasm-
$(NASM_VERSION)
.tar.bz2
# ***************************************************************************
# YASM assembler
# ***************************************************************************
yasm-$(YASM_VERSION).tar.gz
:
$(WGET)
$(YASM_URL)
yasm
:
yasm-$(YASM_VERSION).tar.gz
$(EXTRACT_GZ)
.yasm
:
yasm
(
cd
$<
&&
$(HOSTCC)
./configure
--prefix
=
$(PREFIX)
&&
make
&&
make
install
)
touch
$@
CLEAN_FILE
+=
.yasm
CLEAN_PKG
+=
yasm
DISTCLEAN_PKG
+=
yasm-
$(YASM_VERSION)
.tar.bz2
# ***************************************************************************
# ***************************************************************************
# Copy aclocal files
# Copy aclocal files
# This is necessary for --missing aclocal to succeed after a
# This is necessary for --missing aclocal to succeed after a
...
...
extras/contrib/src/packages.mak
View file @
d3e0b1b2
...
@@ -219,3 +219,5 @@ PCRE_VERSION=7.6
...
@@ -219,3 +219,5 @@ PCRE_VERSION=7.6
PCRE_URL
=
ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-
$(PCRE_VERSION)
.tar.bz2
PCRE_URL
=
ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-
$(PCRE_VERSION)
.tar.bz2
FLUID_VERSION
=
1.0.8
FLUID_VERSION
=
1.0.8
FLUID_URL
=
http://download.savannah.gnu.org/releases/fluid/fluidsynth-
$(FLUID_VERSION)
.tar.gz
FLUID_URL
=
http://download.savannah.gnu.org/releases/fluid/fluidsynth-
$(FLUID_VERSION)
.tar.gz
YASM_VERSION
=
0.6.2
YASM_URL
=
http://www.tortall.net/projects/yasm/releases/yasm-
$(YASM_VERSION)
.tar.gz
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