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
f6f10f97
Commit
f6f10f97
authored
Dec 03, 2005
by
Derk-Jan Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove openslp since we no longer have it in VLC
parent
1c4f28d0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
22 deletions
+1
-22
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+1
-20
extras/contrib/src/packages.mak
extras/contrib/src/packages.mak
+0
-2
No files found.
extras/contrib/src/Makefile
View file @
f6f10f97
...
...
@@ -114,7 +114,7 @@ endif
ifdef
HAVE_DARWIN_OS
all
:
.autoconf .automake .libtool .iconv .intl .pkgcfg .freetype .fribidi
\
.a52 .mpeg2 .id3tag .mad .ogg .vorbis .vorbisenc .x264 .theora
\
.FLAC .speex .shout .faad .faac .lame .twolame .ebml .matroska .ffmpeg
.openslp
\
.FLAC .speex .shout .faad .faac .lame .twolame .ebml .matroska .ffmpeg
\
.dvdcss .dvdnav .dvbpsi .live .goom2k4 .caca .mod
\
.png .gpg-error .gcrypt .gnutls .opendaap .cddb .cdio .vcdimager .SDL_image
\
.glib .libidl .gecko .libmpcdec .expat .clinkcc .aclocal
...
...
@@ -880,25 +880,6 @@ CLEAN_FILE += .ffmpeg
CLEAN_PKG
+=
ffmpeg ffmpeg.cvs
DISTCLEAN_PKG
+=
ffmpeg-
$(FFMPEG_VERSION)
.tar.gz
# ***************************************************************************
# openslp
# ***************************************************************************
openslp-$(OPENSLP_VERSION).tar.gz
:
$(WGET)
$(OPENSLP_URL)
openslp
:
openslp-$(OPENSLP_VERSION).tar.gz
$(EXTRACT_GZ)
patch
-p
0 < Patches/openslp.patch
.openslp
:
openslp
(
cd
$<
;
$(HOSTCC)
./configure
$(HOSTCONF)
--prefix
=
$(PREFIX)
&&
make
SUBDIRS
=
"common libslpattr slpd libslp slptool"
&&
make
install
SUBDIRS
=
"common libslpattr slpd libslp slptool"
)
touch
$@
CLEAN_FILE
+=
.openslp
CLEAN_PKG
+=
openslp
DISTCLEAN_PKG
+=
openslp-
$(OPENSLP_VERSION)
.tar.gz
# ***************************************************************************
# libdvdcss
# ***************************************************************************
...
...
extras/contrib/src/packages.mak
View file @
f6f10f97
...
...
@@ -83,8 +83,6 @@ LIBMATROSKA_URL=http://dl.matroska.org/downloads/libmatroska/libmatroska-$(LIBMA
FFMPEG_VERSION
=
0.4.8
FFMPEG_URL
=
$(SF)
/ffmpeg/ffmpeg-
$(FFMPEG_VERSION)
.tar.gz
FFMPEG_CVSROOT
=
:pserver:anonymous@mplayerhq.hu:/cvsroot/ffmpeg
OPENSLP_VERSION
=
1.0.11
OPENSLP_URL
=
$(SF)
/openslp/openslp-
$(OPENSLP_VERSION)
.tar.gz
LIBDVDCSS_VERSION
=
1.2.8
LIBDVDCSS_URL
=
$(VIDEOLAN)
/libdvdcss/
$(LIBDVDCSS_VERSION)
/libdvdcss-
$(LIBDVDCSS_VERSION)
.tar.gz
LIBDVDREAD_VERSION
=
20041028
...
...
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