Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
4k
Issue boards
Milestones
Code
Merge requests
465
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC
Commits
aaab472c
Commit
aaab472c
authored
18 years ago
by
Rémi Denis-Courmont
Browse files
Options
Downloads
Patches
Plain Diff
update libdca (untested)
parent
b89c14d5
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
extras/contrib/src/Makefile
+6
-12
6 additions, 12 deletions
extras/contrib/src/Makefile
extras/contrib/src/packages.mak
+2
-0
2 additions, 0 deletions
extras/contrib/src/packages.mak
with
8 additions
and
12 deletions
extras/contrib/src/Makefile
+
6
−
12
View file @
aaab472c
...
...
@@ -1182,25 +1182,19 @@ DISTCLEAN_PKG += libcaca-$(LIBCACA_VERSION).tar.gz
# libdca
# ***************************************************************************
libdca
:
$(
SVN
)
co
$(
LIBDCA_SVN
)
-r
35 libdca
(
cd
$@
;
./bootstrap
)
libdca-$(LIBDCA_VERSION).tar.bz2
:
$(
WGET
)
$(
LIBDCA_URL
)
libdca
:
libdca-$(LIBDCA_VERSION).tar.bz2
$(
EXTRACT_BZ2
)
.libdca
:
libdca
(
cd
$<
;
$(
HOSTCC
)
./configure
$(
HOSTCONF
)
--prefix
=
$(
PREFIX
)
&&
make
&&
make
install
)
touch
$@
ifdef
SVN
libdca-source
:
libdca
cd
libdca
;
find
.
-depth
-iname
".svn"
-exec
rm
-rf
{}
\;
cd
..
;
tar
cfvz libdca-
$(
DATE
)
.tar.gz libdca
SOURCE
+=
libdca-source
endif
CLEAN_FILE
+=
.libdca
CLEAN_PKG
+=
libdca
DISTCLEAN_PKG
+=
libdca-
$(
LIBDCA_VERSION
)
.tar.bz2
# ***************************************************************************
# libx264
...
...
This diff is collapsed.
Click to expand it.
extras/contrib/src/packages.mak
+
2
−
0
View file @
aaab472c
...
...
@@ -99,6 +99,8 @@ GOOM2k4_VERSION=2k4-0
GOOM2k4_URL
=
$(
SF
)
/goom/goom-
$(
GOOM2k4_VERSION
)
-src
.tar.gz
LIBCACA_VERSION
=
0.9
LIBCACA_URL
=
http://libcaca.zoy.org/files/libcaca-
$(
LIBCACA_VERSION
)
.tar.gz
LIBDCA_VERSION
=
0.0.5
LIBDCA_URL
=
ftp://ftp.videolan.org/pub/videolan/libdca/
$(
LIBDCA_VERSION
)
/libdca-
$(
LIBDCA_VERSION
)
.tar.bz2
LIBDC1394_VERSION
=
1.2.1
LIBDC1394_URL
=
$(
SF
)
/libdc1394/libdc1394-
$(
LIBDC1394_VERSION
)
.tar.gz
LIBDC1394_SVN
=
https://svn.sourceforge.net/svnroot
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment