diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2013-09-13 17:21:54 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2013-09-13 17:21:54 +0000 |
commit | 3b40219431d3442123e04f9eded596be44ada830 (patch) | |
tree | 9ed1d2413d6ba3c294d25049335c4e9395bd88fd /src/htsglobal.h | |
parent | 9f0340968f1c48895048ab3da72e0c74acc55f3c (diff) |
Removed MMS (Microsoft Media Server) ripping code (mmsrip)
* protocol was finally dropped in Windows Media Services 2008
* mmsrip is not supported anymore
* some licensing issues regarding the protocol (ha-ha)
Diffstat (limited to 'src/htsglobal.h')
-rw-r--r-- | src/htsglobal.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/htsglobal.h b/src/htsglobal.h index 33e35a6..6c154fd 100644 --- a/src/htsglobal.h +++ b/src/htsglobal.h @@ -197,11 +197,6 @@ Please visit our Website: http://www.httrack.com #define HTS_USEOPENSSL 1 #endif -// utiliser mms://? -#ifndef HTS_USEMMS -#define HTS_USEMMS 1 -#endif - #ifndef HTS_DLOPEN #define HTS_DLOPEN 1 #endif |