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
0ba71b8c
Commit
0ba71b8c
authored
Mar 02, 2004
by
Derk-Jan Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Well i be .......
libmodplug working now. apparently it didn't like dynamic linking on OS X.
parent
ff5c0f9d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
6 deletions
+26
-6
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+21
-3
extras/contrib/src/packages.mak
extras/contrib/src/packages.mak
+5
-3
No files found.
extras/contrib/src/Makefile
View file @
0ba71b8c
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
# src/Makefile : Dearchive and compile all files necessary
# src/Makefile : Dearchive and compile all files necessary
# ***************************************************************************
# ***************************************************************************
# Copyright (C) 2003, 2004 VideoLAN
# Copyright (C) 2003, 2004 VideoLAN
# $Id: Makefile,v 1.1
7 2004/03/02 01:10:26
hartman Exp $
# $Id: Makefile,v 1.1
8 2004/03/02 19:21:03
hartman Exp $
#
#
# Authors: Christophe Massiot <massiot@via.ecp.fr>
# Authors: Christophe Massiot <massiot@via.ecp.fr>
# Derk-Jan Hartman <hartman at videolan dot org>
# Derk-Jan Hartman <hartman at videolan dot org>
...
@@ -43,7 +43,7 @@ export LDFLAGS = -L$(PREFIX)/lib
...
@@ -43,7 +43,7 @@ export LDFLAGS = -L$(PREFIX)/lib
all
:
.autoconf .libtool .automake .iconv .intl .freetype .fribidi
\
all
:
.autoconf .libtool .automake .iconv .intl .freetype .fribidi
\
.a52 .mpeg2 .id3tag .mad .ogg .vorbis .vorbisenc .theora
\
.a52 .mpeg2 .id3tag .mad .ogg .vorbis .vorbisenc .theora
\
.FLAC .speex .faad .lame .ebml .matroska .ffmpeg .openslp
\
.FLAC .speex .faad .lame .ebml .matroska .ffmpeg .openslp
\
.dvdcss .dvdread .dvdplay .dvdnav .dvbpsi .live .goom .caca .dts
.dvdcss .dvdread .dvdplay .dvdnav .dvbpsi .live .goom .caca .dts
.mod
FORCE
:
FORCE
:
# ***************************************************************************
# ***************************************************************************
...
@@ -713,7 +713,7 @@ DISTCLEAN_PKG += libcaca-$(LIBCACA_VERSION).tar.gz
...
@@ -713,7 +713,7 @@ DISTCLEAN_PKG += libcaca-$(LIBCACA_VERSION).tar.gz
# libdts
# libdts
# ***************************************************************************
# ***************************************************************************
libdts-$(LIBDTS_VERSION).tar.
b
z
:
libdts-$(LIBDTS_VERSION).tar.
g
z
:
$(WGET)
$(LIBDTS_URL)
$(WGET)
$(LIBDTS_URL)
libdts
:
libdts-$(LIBDTS_VERSION).tar.gz
libdts
:
libdts-$(LIBDTS_VERSION).tar.gz
...
@@ -727,6 +727,24 @@ CLEAN_FILE += .dts
...
@@ -727,6 +727,24 @@ CLEAN_FILE += .dts
CLEAN_PKG
+=
libdts
CLEAN_PKG
+=
libdts
DISTCLEAN_PKG
+=
libdts-
$(LIBDTS_VERSION)
.tar.gz
DISTCLEAN_PKG
+=
libdts-
$(LIBDTS_VERSION)
.tar.gz
# ***************************************************************************
# libmodplug
# ***************************************************************************
libmodplug-$(MODPLUG_VERSION).tar.gz
:
$(WGET)
$(MODPLUG_URL)
libmodplug
:
libmodplug-$(MODPLUG_VERSION).tar.gz
$(EXTRACT_GZ)
.mod
:
libmodplug
(
cd
$<
;
./configure
--prefix
=
$(PREFIX)
--disable-shared
--enable-static
&&
make
&&
make
install
)
touch
$@
CLEAN_FILE
+=
.mod
CLEAN_PKG
+=
libmodplug
DISTCLEAN_PKG
+=
libmodplug-
$(MODPLUG_VERSION)
.tar.gz
# ***************************************************************************
# ***************************************************************************
# Some cleansing
# Some cleansing
# ***************************************************************************
# ***************************************************************************
...
...
extras/contrib/src/packages.mak
View file @
0ba71b8c
# ***************************************************************************
# src/packages.mak : Archive locations
# src/packages.mak : Archive locations
# ***************************************************************************
# ***************************************************************************
# Copyright (C) 2003, 2004 VideoLAN
# Copyright (C) 2003, 2004 VideoLAN
# $Id: packages.mak,v 1.1
6 2004/03/02 00:59:16
hartman Exp $
# $Id: packages.mak,v 1.1
7 2004/03/02 19:21:03
hartman Exp $
#
#
# Authors: Christophe Massiot <massiot@via.ecp.fr>
# Authors: Christophe Massiot <massiot@via.ecp.fr>
# Derk-Jan Hartman <hartman at videolan dot org>
# Derk-Jan Hartman <hartman at videolan dot org>
...
@@ -91,4 +91,6 @@ GOOMDJ_URL=http://sidekick.student.utwente.nl/videolan/goom-dj.tar.gz
...
@@ -91,4 +91,6 @@ GOOMDJ_URL=http://sidekick.student.utwente.nl/videolan/goom-dj.tar.gz
LIBCACA_VERSION
=
0.9
LIBCACA_VERSION
=
0.9
LIBCACA_URL
=
http://sam.zoy.org/projects/libcaca/libcaca-
$(LIBCACA_VERSION)
.tar.gz
LIBCACA_URL
=
http://sam.zoy.org/projects/libcaca/libcaca-
$(LIBCACA_VERSION)
.tar.gz
LIBDTS_VERSION
=
0.0.2
LIBDTS_VERSION
=
0.0.2
DTSDEC_URL
=
http://download.videolan.org/pub/videolan/libdts/
$(LIBDTS_VERSION)
/libdts-
$(LIBDTS_VERSION)
.tar.gz
LIBDTS_URL
=
http://download.videolan.org/pub/videolan/libdts/
$(LIBDTS_VERSION)
/libdts-
$(LIBDTS_VERSION)
.tar.gz
MODPLUG_VERSION
=
0.7
MODPLUG_URL
=
http://download.videolan.org/pub/videolan/contrib/libmodplug-
$(MODPLUG_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