[vlc-commits] Rename upnp_intel to upnp

Jean-Baptiste Kempf git at videolan.org
Sun Feb 13 15:38:23 CET 2011


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Feb 13 15:11:53 2011 +0100| [15e31aa8a7a30df086bb31422b750dcbd632dfae] | committer: Jean-Baptiste Kempf

Rename upnp_intel to upnp

First this is a fork of the old intel code, and then we only have one
upnp module now

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

 configure.ac                                       |    4 ++--
 modules/LIST                                       |    2 +-
 modules/services_discovery/Modules.am              |    2 +-
 .../{upnp_intel.cpp => upnp.cpp}                   |    4 ++--
 .../{upnp_intel.hpp => upnp.hpp}                   |    2 +-
 5 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/configure.ac b/configure.ac
index 9cc2f59..beec261 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3681,8 +3681,8 @@ PKG_ENABLE_MODULES_VLC([JACK], [jack access_jack], [jack], [JACK audio I/O modul
 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}])
+PKG_ENABLE_MODULES_VLC([UPNP], [upnp], [libupnp], [Intel UPnp SDK],[auto])
+VLC_ADD_CXXFLAGS([upnp],[${UPNP_CFLAGS}])
 
 dnl
 dnl  Interface plugins
diff --git a/modules/LIST b/modules/LIST
index ccace31..946e975 100644
--- a/modules/LIST
+++ b/modules/LIST
@@ -330,7 +330,7 @@ $Id$
  * ty: TY demuxer
  * udev: udev probing module
  * ugly_resampler: Ugly audio resampler
- * upnp_intel: Intel SDL UPNP discovery
+ * upnp: libupnpn UPNP service discovery
  * v4l2: Video 4 Linux 2 input module
  * vc1: VC-1 Video demuxer
  * vcd: input module for accessing Video CDs
diff --git a/modules/services_discovery/Modules.am b/modules/services_discovery/Modules.am
index 846d112..4798d49 100644
--- a/modules/services_discovery/Modules.am
+++ b/modules/services_discovery/Modules.am
@@ -1,5 +1,5 @@
 SOURCES_sap = sap.c
-SOURCES_upnp_intel = upnp_intel.cpp upnp_intel.hpp
+SOURCES_upnp = upnp.cpp upnp.hpp
 SOURCES_bonjour = bonjour.c
 SOURCES_podcast = podcast.c
 SOURCES_mtp = mtp.c
diff --git a/modules/services_discovery/upnp_intel.cpp b/modules/services_discovery/upnp.cpp
similarity index 99%
rename from modules/services_discovery/upnp_intel.cpp
rename to modules/services_discovery/upnp.cpp
index 894c021..366eeb1 100644
--- a/modules/services_discovery/upnp_intel.cpp
+++ b/modules/services_discovery/upnp.cpp
@@ -1,5 +1,5 @@
 /*****************************************************************************
- * Upnp_intel.cpp :  UPnP discovery module (Intel SDK)
+ * Upnp_intel.cpp :  UPnP discovery module (libupnp)
  *****************************************************************************
  * Copyright (C) 2004-2008 the VideoLAN team
  * $Id$
@@ -33,7 +33,7 @@
 # include "config.h"
 #endif
 
-#include "upnp_intel.hpp"
+#include "upnp.hpp"
 
 #include <vlc_plugin.h>
 #include <vlc_services_discovery.h>
diff --git a/modules/services_discovery/upnp_intel.hpp b/modules/services_discovery/upnp.hpp
similarity index 98%
rename from modules/services_discovery/upnp_intel.hpp
rename to modules/services_discovery/upnp.hpp
index c571e8d..2b74463 100644
--- a/modules/services_discovery/upnp_intel.hpp
+++ b/modules/services_discovery/upnp.hpp
@@ -1,5 +1,5 @@
 /*****************************************************************************
- * Upnp_intel.hpp :  UPnP discovery module (Intel SDK) header
+ * Upnp.hpp :  UPnP discovery module (libupnp) header
  *****************************************************************************
  * Copyright (C) 2004-2008 the VideoLAN team
  * $Id$



More information about the vlc-commits mailing list