Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
fbbfa7bf
Commit
fbbfa7bf
authored
Jan 05, 2004
by
Derk-Jan Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Fix mpeg2dec buildsystem
parent
8278a76e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+4
-4
extras/contrib/src/packages.mak
extras/contrib/src/packages.mak
+2
-1
No files found.
extras/contrib/src/Makefile
View file @
fbbfa7bf
...
...
@@ -2,7 +2,7 @@
# src/Makefile : Dearchive and compile all files necessary
# ***************************************************************************
# Copyright (C) 2003 VideoLAN
# $Id: Makefile,v 1.
9 2003/12/16 23:01:41 massiot
Exp $
# $Id: Makefile,v 1.
10 2004/01/05 14:50:42 hartman
Exp $
#
# Authors: Christophe Massiot <massiot@via.ecp.fr>
#
...
...
@@ -261,11 +261,11 @@ DISTCLEAN_PKG += a52dec-$(A52DEC_VERSION).tar.gz
# (cd $@; ./bootstrap)
# It is easier to use bootstrapped versions...
mpeg2dec-
0.3.2-cvs
.tar.gz
:
mpeg2dec-
$(MPEG2DEC_VERSION)
.tar.gz
:
$(WGET)
$(MPEG2DEC_SNAPSHOT)
mv
mpeg2dec-snapshot.tar.gz
$@
mpeg2dec
:
mpeg2dec-
0.3.2-cvs
.tar.gz
mpeg2dec
:
mpeg2dec-
$(MPEG2DEC_VERSION)
.tar.gz
$(EXTRACT_GZ)
.mpeg2
:
mpeg2dec
...
...
@@ -274,7 +274,7 @@ mpeg2dec: mpeg2dec-0.3.2-cvs.tar.gz
CLEAN_FILE
+=
.mpeg2
CLEAN_PKG
+=
mpeg2dec
DISTCLEAN_PKG
+=
mpeg2dec-
0.3.2-cvs
.tar.gz
DISTCLEAN_PKG
+=
mpeg2dec-
$(MPEG2_DEC_VERSION)
.tar.gz
# ***************************************************************************
# libid3tag
...
...
extras/contrib/src/packages.mak
View file @
fbbfa7bf
...
...
@@ -2,7 +2,7 @@
# src/packages.mak : Archives locations
# ***************************************************************************
# Copyright (C) 2003 VideoLAN
# $Id: packages.mak,v 1.
6 2003/12/16 23:01:41 massiot
Exp $
# $Id: packages.mak,v 1.
7 2004/01/05 14:50:42 hartman
Exp $
#
# Authors: Christophe Massiot <massiot@via.ecp.fr>
#
...
...
@@ -41,6 +41,7 @@ FRIBIDI_VERSION=0.10.4
FRIBIDI_URL
=
$(SF)
/fribidi/fribidi-
$(FRIBIDI_VERSION)
.tar.gz
A52DEC_VERSION
=
0.7.4
A52DEC_URL
=
http://liba52.sourceforge.net/files/a52dec-
$(A52DEC_VERSION)
.tar.gz
MPEG2DEC_VERSION
=
0.4.0
MPEG2DEC_CVSROOT
=
:pserver:anonymous@cvs.libmpeg2.sourceforge.net:/cvsroot/libmpeg2
MPEG2DEC_SNAPSHOT
=
http://libmpeg2.sourceforge.net/files/mpeg2dec-snapshot.tar.gz
LIBID3TAG_VERSION
=
0.15.0b
...
...
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