Commit 38be40b9 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* Fix dts contrib

parent 95c2664c
...@@ -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.16 2004/02/22 15:41:27 massiot Exp $ # $Id: Makefile,v 1.17 2004/03/02 01:10:26 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>
...@@ -713,19 +713,19 @@ DISTCLEAN_PKG += libcaca-$(LIBCACA_VERSION).tar.gz ...@@ -713,19 +713,19 @@ DISTCLEAN_PKG += libcaca-$(LIBCACA_VERSION).tar.gz
# libdts # libdts
# *************************************************************************** # ***************************************************************************
dtsdec-$(DTSDEC_VERSION).tar.gz: libdts-$(LIBDTS_VERSION).tar.bz:
$(WGET) $(DTSDEC_URL) $(WGET) $(LIBDTS_URL)
dtsdec: dtsdec-$(DTSDEC_VERSION).tar.gz libdts: libdts-$(LIBDTS_VERSION).tar.gz
$(EXTRACT_GZ) $(EXTRACT_GZ)
.dts: dtsdec .dts: libdts
(cd $<; ./configure --prefix=$(PREFIX) && make && make install) (cd $<; ./configure --prefix=$(PREFIX) && make && make install)
touch $@ touch $@
CLEAN_FILE += .dts CLEAN_FILE += .dts
CLEAN_PKG += dtsdec CLEAN_PKG += libdts
DISTCLEAN_PKG += dtsdec-$(DTSDEC_VERSION).tar.gz DISTCLEAN_PKG += libdts-$(LIBDTS_VERSION).tar.gz
# *************************************************************************** # ***************************************************************************
# Some cleansing # Some cleansing
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment