[vlc-devel] commit: Removed useless setting which can confuse some setups ( Felix Paul Kühne )
git version control
git at videolan.org
Fri Jun 13 19:24:01 CEST 2008
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Fri Jun 13 19:25:50 2008 +0200| [ca0d8dc71f0b9250b2afb5f672c720970c87ab67]
Removed useless setting which can confuse some setups
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ca0d8dc71f0b9250b2afb5f672c720970c87ab67
---
extras/contrib/src/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index faae9ea..fc3e434 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -1179,7 +1179,7 @@ libdvdread: libdvdread-$(LIBDVDREAD_VERSION).tar.gz
#endif
.libdvdread: libdvdread .dvdcss
- (cd libdvdread; $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) --with-libdvdcss=$(PREFIX) && make && make install)
+ (cd libdvdread; $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) && make && make install)
$(INSTALL_NAME)
touch $@
More information about the vlc-devel
mailing list