vlc | branch: master | Hugo Beauzée-Luyssen <[email protected]> | 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 _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
