[vlc-commits] upnp: Remove unneeded undef

Hugo Beauzée-Luyssen git at videolan.org
Mon May 11 18:38:30 CEST 2015


vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Mon May 11 18:27:35 2015 +0200| [bcee82a5aff12172fbd237383b07b28eef635425] | committer: Hugo Beauzée-Luyssen

upnp: Remove unneeded undef

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

 modules/services_discovery/upnp.cpp |    1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/services_discovery/upnp.cpp b/modules/services_discovery/upnp.cpp
index 7cc3438..4ae9f58 100644
--- a/modules/services_discovery/upnp.cpp
+++ b/modules/services_discovery/upnp.cpp
@@ -28,7 +28,6 @@
 
 #define __STDC_CONSTANT_MACROS 1
 
-#undef PACKAGE_NAME
 #ifdef HAVE_CONFIG_H
 # include "config.h"
 #endif



More information about the vlc-commits mailing list