[vlc-commits] Contrib: zvbi should not need RECONF anymore
    Jean-Baptiste Kempf 
    git at videolan.org
       
    Mon Sep 30 19:04:31 CEST 2013
    
    
  
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Sep 30 19:04:02 2013 +0200| [b1df5593e50587d883e30b8016150a702fb7f10e] | committer: Jean-Baptiste Kempf
Contrib: zvbi should not need RECONF anymore
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b1df5593e50587d883e30b8016150a702fb7f10e
---
 contrib/src/zvbi/rules.mak |    2 ++
 1 file changed, 2 insertions(+)
diff --git a/contrib/src/zvbi/rules.mak b/contrib/src/zvbi/rules.mak
index 345f9d8..a54e910 100644
--- a/contrib/src/zvbi/rules.mak
+++ b/contrib/src/zvbi/rules.mak
@@ -41,7 +41,9 @@ ZVBI_CFLAGS += -DPTW32_STATIC_LIB
 endif
 
 .zvbi: zvbi
+ifdef HAVE_WIN32
 	$(RECONF)
+endif
 	cd $< && $(HOSTVARS) CFLAGS="$(ZVBI_CFLAGS)" ./configure $(ZVBICONF)
 	cd $</src && $(MAKE) install
 	cd $< && $(MAKE) SUBDIRS=. install
    
    
More information about the vlc-commits
mailing list