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
ef1cc5c1
Commit
ef1cc5c1
authored
Sep 01, 2005
by
Christophe Massiot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* extras/contrib/src/Makefile: Fixed opendaap installation.
parent
f130146e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
3 deletions
+9
-3
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+9
-3
No files found.
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