Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
3925d058
Commit
3925d058
authored
Apr 07, 2006
by
Antoine Cellerier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libdca. untested
parent
2e509663
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
21 deletions
+13
-21
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+12
-21
extras/contrib/src/packages.mak
extras/contrib/src/packages.mak
+1
-0
No files found.
extras/contrib/src/Makefile
View file @
3925d058
...
...
@@ -126,7 +126,8 @@ ifdef HAVE_DARWIN_OS
.FLAC .speex .shout .faad .faac .lame .twolame .ebml .matroska .ffmpeg
\
.dvdcss .dvdnav .dvdread .dvbpsi .live .x264 .caca .mod
\
.png .gpg-error .gcrypt .gnutls .opendaap .cddb .cdio .vcdimager .SDL_image
\
.glib .libidl .gecko .mpcdec .dirac_encoder .dirac_decoder .aclocal
.glib .libidl .gecko .mpcdec .dirac_encoder .dirac_decoder .aclocal
\
.libdca
# .expat .clinkcc don't work with SDK yet
# .glib .libidl .gecko are required to build the mozilla plugin
# .mozilla will build an entire mozilla. it can be used if we need to create a new .gecko package
...
...
@@ -141,14 +142,14 @@ else
all
:
.perl .autoconf .automake .libtool .iconv .intl .freetype .fribidi
\
.a52 .mpeg2 .id3tag .mad .ogg .vorbis .vorbisenc .theora
\
.FLAC .speex .faad .faac .lame .ebml .matroska .ffmpeg .dvdcss
\
.dvdnav .dvbpsi .aclocal
.dvdnav .dvbpsi .aclocal
.libdca
else
# Cross compiling: we already have the Linux tools, only build the
# libraries now
all
:
.iconv .intl .freetype .fribidi
\
.a52 .mpeg2 .id3tag .mad .ogg .vorbis .vorbisenc .theora
\
.FLAC .speex .faad .faac .lame .twolame .ebml .matroska .ffmpeg .dvdcss
\
.dvdnav .dvbpsi .aclocal
.dvdnav .dvbpsi .aclocal
.libdca
endif
else
...
...
@@ -160,7 +161,7 @@ else
.live .goom2k4 .caca .mod .x264 .xml .twolame
\
.png .gpg-error .gcrypt .gnutls .mpcdec
\
.gnutls .dvdnav .dvbpsi .wxwidgets .dirac
\
.dx_headers .dshow_headers .aclocal .gecko-win32 .unicows
.dx_headers .dshow_headers .aclocal .gecko-win32 .unicows
.libdca
# .SDL_image .daap .cddb .cdio .vcdimager .dts .portaudio
else
...
...
@@ -176,7 +177,7 @@ else
.live .goom2k4 .caca .mod .x264 .xml .twolame
\
.png .gpg-error .gcrypt .gnutls .mpcdec
\
.gnutls .dvdnav .dvbpsi .wxwidgets .dirac
\
.aclocal
.aclocal
.libdca
# .SDL_image .daap .cddb .cdio .vcdimager
endif
endif
...
...
@@ -1134,29 +1135,19 @@ CLEAN_PKG += libcaca
DISTCLEAN_PKG
+=
libcaca-
$(LIBCACA_VERSION)
.tar.gz
# ***************************************************************************
# libd
ts
# libd
ca
# ***************************************************************************
libdts-$(LIBDTS_VERSION).tar.gz
:
$(WGET)
$(LIBDTS_URL)
ifeq
($(HOST),i586-pc-beos)
# libdts 0.0.2 doesn't compile on BeOS
libdts
:
$(SVN)
co svn://svn.videolan.org/libdts/trunk libdts
libdca
:
$(SVN)
co
$(LIBDCA_SVN)
libdts
(
cd
$@
;
./bootstrap
)
else
libdts
:
libdts-$(LIBDTS_VERSION).tar.gz
$(EXTRACT_GZ)
endif
.d
ts
:
libdts
.d
ca
:
libdca
(
cd
$<
;
$(HOSTCC)
./configure
$(HOSTCONF)
--prefix
=
$(PREFIX)
&&
make
&&
make
install
)
touch
$@
CLEAN_FILE
+=
.dts
CLEAN_PKG
+=
libdts
DISTCLEAN_PKG
+=
libdts-
$(LIBDTS_VERSION)
.tar.gz
CLEAN_FILE
+=
.dca
CLEAN_PKG
+=
libdca
# ***************************************************************************
# libx264
...
...
extras/contrib/src/packages.mak
View file @
3925d058
...
...
@@ -100,6 +100,7 @@ LIBCACA_VERSION=0.9
LIBCACA_URL
=
http://sam.zoy.org/libcaca/libcaca-
$(LIBCACA_VERSION)
.tar.gz
LIBDTS_VERSION
=
0.0.2
LIBDTS_URL
=
http://debian.unnet.nl/pub/videolan/libdts/
$(LIBDTS_VERSION)
/libdts-
$(LIBDTS_VERSION)
.tar.gz
LIBDCA_SVN
=
svn://svn.videolan.org/libdca/trunk
MODPLUG_VERSION
=
0.7
MODPLUG_URL
=
$(VIDEOLAN)
/testing/contrib/libmodplug-
$(MODPLUG_VERSION)
.tar.gz
MASH_VERSION
=
5.2
...
...
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