[vlc-commits] Contrib: zvbi should not need RECONF anymore

Jean-Baptiste Kempf git at videolan.org
Thu Oct 3 15:22:38 CEST 2013


vlc/vlc-2.1 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Sep 30 19:04:02 2013 +0200| [e1e71a696a453c8b612dbc8a7873ddf91a85ca5f] | committer: Felix Paul Kühne

Contrib: zvbi should not need RECONF anymore

(cherry picked from commit b1df5593e50587d883e30b8016150a702fb7f10e)
Signed-off-by: Felix Paul Kühne <fkuehne at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.1.git/?a=commit;h=e1e71a696a453c8b612dbc8a7873ddf91a85ca5f
---

 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