Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
ef1cc5c1
Commit
ef1cc5c1
authored
Sep 01, 2005
by
Christophe Massiot
Browse files
* extras/contrib/src/Makefile: Fixed opendaap installation.
parent
f130146e
Changes
1
Hide whitespace changes
Inline
Side-by-side
extras/contrib/src/Makefile
View file @
ef1cc5c1
...
...
@@ -86,7 +86,7 @@ ifdef HAVE_DARWIN_OS
.a52 .mpeg2 .id3tag .mad .ogg .vorbis .vorbisenc .x264 .theora
\
.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
\
.png .gpg-error .gcrypt .gnutls .
open
daap .cddb .cdio .vcdimager .SDL_image
\
.glib .libidl .gecko .aclocal
# .mozilla will build an entire mozilla. it can be used if we need to create a new .gecko package
else
...
...
@@ -759,11 +759,17 @@ DISTCLEAN_PKG += openslp-$(OPENSLP_VERSION).tar.gz
# libdvdcss
# ***************************************************************************
ifdef
SVN
libdvdcss
:
$(SVN)
co svn://svn.videolan.org/libdvdcss/trunk libdvdcss
cd
$@
&&
sh bootstrap
else
libdvdcss-$(LIBDVDCSS_VERSION).tar.gz
:
$(WGET)
$(LIBDVDCSS_URL)
libdvdcss
:
libdvdcss-$(LIBDVDCSS_VERSION).tar.gz
$(EXTRACT_GZ)
endif
.dvdcss
:
libdvdcss
(
cd
$<
;
./configure
$(HOSTCONF)
--prefix
=
$(PREFIX)
&&
make
&&
make
install
)
...
...
@@ -1187,12 +1193,12 @@ libopendaap: libopendaap-$(DAAP_VERSION).tar.bz2
$(EXTRACT_BZ2)
patch
-p
0 < Patches/daap.patch
.daap
:
libopendaap
.
open
daap
:
libopendaap
(
cd
$<
;
./configure
--prefix
=
$(PREFIX)
CFLAGS
=
"
$(CFLAGS)
-D_BSD_SOCKLEN_T_=int"
&&
make
install
)
$(INSTALL_NAME)
touch
$@
CLEAN_FILE
+=
.daap
CLEAN_FILE
+=
.
open
daap
CLEAN_PKG
+=
libopendaap
DISTCLEAN_PKG
+=
libopendaap-
$(DAAP_VERSION)
.tar.bz2
...
...
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