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

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


vlc/vlc-1.2 | branch: master | Rafaël Carré <funman at videolan.org> | Thu Jan  5 05:18:02 2012 -0500| [e87d7ea6b81cbf8df13da35aebbda89e3ba0de72] | committer: Jean-Baptiste Kempf

contrib: upnp has config.* in a custom dir
(cherry picked from commit 9b100a5a7ea90ce626cc68430b083040a2749c5e)

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

 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