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
38be40b9
Commit
38be40b9
authored
Mar 02, 2004
by
Derk-Jan Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Fix dts contrib
parent
95c2664c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+7
-7
No files found.
extras/contrib/src/Makefile
View file @
38be40b9
...
...
@@ -2,7 +2,7 @@
# src/Makefile : Dearchive and compile all files necessary
# ***************************************************************************
# Copyright (C) 2003, 2004 VideoLAN
# $Id: Makefile,v 1.1
6 2004/02/22 15:41:27 massiot
Exp $
# $Id: Makefile,v 1.1
7 2004/03/02 01:10:26 hartman
Exp $
#
# Authors: Christophe Massiot <massiot@via.ecp.fr>
# Derk-Jan Hartman <hartman at videolan dot org>
...
...
@@ -713,19 +713,19 @@ DISTCLEAN_PKG += libcaca-$(LIBCACA_VERSION).tar.gz
# libdts
# ***************************************************************************
dtsdec-$(DTSDEC_VERSION).tar.g
z
:
$(WGET)
$(
DTSDEC
_URL)
libdts-$(LIBDTS_VERSION).tar.b
z
:
$(WGET)
$(
LIBDTS
_URL)
dtsdec
:
dtsdec-$(DTSDEC
_VERSION).tar.gz
libdts
:
libdts-$(LIBDTS
_VERSION).tar.gz
$(EXTRACT_GZ)
.dts
:
dtsdec
.dts
:
libdts
(
cd
$<
;
./configure
--prefix
=
$(PREFIX)
&&
make
&&
make
install
)
touch
$@
CLEAN_FILE
+=
.dts
CLEAN_PKG
+=
dtsdec
DISTCLEAN_PKG
+=
dtsdec-
$(DTSDEC
_VERSION)
.tar.gz
CLEAN_PKG
+=
libdts
DISTCLEAN_PKG
+=
libdts-
$(LIBDTS
_VERSION)
.tar.gz
# ***************************************************************************
# Some cleansing
...
...
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