[vlc-devel] [PATCH 2/3] contribs: libraw1394, why both --prefix and DESTDIR?
Dominique Martinet
asmadeus at codewreck.org
Tue Apr 19 05:51:19 CEST 2011
---
extras/contrib/src/contrib-src.mak | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/extras/contrib/src/contrib-src.mak b/extras/contrib/src/contrib-src.mak
index c1cbdc4..626dac7 100644
--- a/extras/contrib/src/contrib-src.mak
+++ b/extras/contrib/src/contrib-src.mak
@@ -1818,7 +1818,7 @@ libraw1394: libraw1394-$(LIBRAW1394_VERSION).tar.gz
$(EXTRACT_GZ)
.raw1394: libraw1394
- (cd $<; ./configure --prefix=$(PREFIX) && make && make DESTDIR=$(PREFIX) install)
+ (cd $<; ./configure --prefix=$(PREFIX) && make && make install)
# sed 's/^typedef u_int8_t byte_t;/\/* typedef u_int8_t byte_t;\*\//'
touch $@
--
1.7.3.2
More information about the vlc-devel
mailing list