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
374050a4
Commit
374050a4
authored
Aug 28, 2007
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix contrib clean target for libdc1394 and libraw1394
parent
5f647f9d
Changes
1
Show 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 @
374050a4
...
@@ -1653,9 +1653,6 @@ CLEAN_PKG += zvbi
...
@@ -1653,9 +1653,6 @@ CLEAN_PKG += zvbi
DISTCLEAN_PKG
+=
zvbi-
$(ZVBI_VERSION)
.tar.bz2
DISTCLEAN_PKG
+=
zvbi-
$(ZVBI_VERSION)
.tar.bz2
# ***************************************************************************
# ***************************************************************************
# gpg-error
# ***************************************************************************
# libraw1394
# libraw1394
# ***************************************************************************
# ***************************************************************************
...
@@ -1682,7 +1679,7 @@ libraw1394: libraw1394-$(LIBRAW1394_VERSION).tar.gz
...
@@ -1682,7 +1679,7 @@ libraw1394: libraw1394-$(LIBRAW1394_VERSION).tar.gz
# sed 's/^typedef u_int8_t byte_t;/\/* typedef u_int8_t byte_t;\*\//'
# sed 's/^typedef u_int8_t byte_t;/\/* typedef u_int8_t byte_t;\*\//'
touch
$@
touch
$@
CLEAN_
file
+=
.raw1394
CLEAN_
FILE
+=
.raw1394
CLEAN_PKG
+=
libraw1394
CLEAN_PKG
+=
libraw1394
DISTCLEAN_PKG
+=
libraw1394-
$(LIBRAW1394_VERSION)
.tar.gz
DISTCLEAN_PKG
+=
libraw1394-
$(LIBRAW1394_VERSION)
.tar.gz
...
@@ -1714,11 +1711,14 @@ libdc1394: libdc1394-$(LIBDC1394_VERSION).tar.gz
...
@@ -1714,11 +1711,14 @@ libdc1394: libdc1394-$(LIBDC1394_VERSION).tar.gz
make
&&
make
DESTDIR
=
$(PRFIX)
install
)
make
&&
make
DESTDIR
=
$(PRFIX)
install
)
touch
$@
touch
$@
CLEAN_
file
+=
.dc1394
CLEAN_
FILE
+=
.dc1394
CLEAN_PKG
+=
libdc1394
CLEAN_PKG
+=
libdc1394
DISTCLEAN_PKG
+=
libdc1394-
$(LIBDC1394_VERSION)
.tar.gz
DISTCLEAN_PKG
+=
libdc1394-
$(LIBDC1394_VERSION)
.tar.gz
# ***************************************************************************
# ***************************************************************************
# gpg-error
# ***************************************************************************
libgpg-error-$(GPGERROR_VERSION).tar.bz2
:
libgpg-error-$(GPGERROR_VERSION).tar.bz2
:
$(WGET)
$(GPGERROR_URL)
$(WGET)
$(GPGERROR_URL)
...
@@ -2003,8 +2003,8 @@ libmpcdec-$(MUSE_VERSION).tar.bz2:
...
@@ -2003,8 +2003,8 @@ libmpcdec-$(MUSE_VERSION).tar.bz2:
mpcdec
:
libmpcdec-$(MUSE_VERSION).tar.bz2
mpcdec
:
libmpcdec-$(MUSE_VERSION).tar.bz2
$(EXTRACT_BZ2)
$(EXTRACT_BZ2)
patch
-p0
< Patches/mpcdec.patch
#
patch -p0 < Patches/mpcdec.patch
(
cd
$@
;
autoreconf
-vi
f
)
# (cd $@; autocon
f)
.mpcdec
:
mpcdec
.mpcdec
:
mpcdec
ifdef
HAVE_WIN32
ifdef
HAVE_WIN32
...
...
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