[vlc-commits] contrib: upnp has config.* in a custom dir

Rafaël Carré git at videolan.org
Thu Jan 5 11:19:32 CET 2012


vlc | branch: master | Rafaël Carré <funman at videolan.org> | Thu Jan  5 05:18:02 2012 -0500| [9b100a5a7ea90ce626cc68430b083040a2749c5e] | committer: Rafaël Carré

contrib: upnp has config.* in a custom dir

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

 contrib/src/upnp/rules.mak |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/contrib/src/upnp/rules.mak b/contrib/src/upnp/rules.mak
index c464442..0515344 100644
--- a/contrib/src/upnp/rules.mak
+++ b/contrib/src/upnp/rules.mak
@@ -21,7 +21,7 @@ ifdef HAVE_WIN32
 	$(APPLY) $(SRC)/upnp/libupnp-win32.patch
 	$(APPLY) $(SRC)/upnp/libupnp-win64.patch
 endif
-	$(UPDATE_AUTOCONFIG)
+	$(UPDATE_AUTOCONFIG) && cd $(UNPACK_DIR) && mv config.guess config.sub build-aux/
 	$(MOVE)
 
 .upnp: upnp



More information about the vlc-commits mailing list