[vlc-commits] commit: Configure: upnp_intel is C++,	not C (Jean-Baptiste Kempf )
    git at videolan.org 
    git at videolan.org
       
    Tue Aug 24 18:15:34 CEST 2010
    
    
  
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Aug 24 17:55:56 2010 +0200| [bfaf469fb4ac098df51815ef44d3704866f77c30] | committer: Jean-Baptiste Kempf 
Configure: upnp_intel is C++, not C
Ref #4108
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bfaf469fb4ac098df51815ef44d3704866f77c30
---
 configure.ac |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/configure.ac b/configure.ac
index fde9da5..7650ade 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3633,6 +3633,7 @@ dnl
 dnl UPnP Plugin (Intel SDK)
 dnl
 PKG_ENABLE_MODULES_VLC([UPNP], [upnp_intel], [libupnp], [Intel UPnp SDK],[auto])
+VLC_ADD_CXXFLAGS([upnp_intel],[${UPNP_CFLAGS}])
 
 dnl
 dnl  Interface plugins
    
    
More information about the vlc-commits
mailing list