mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-02 03:48:02 +00:00
remove T38_SUPPORT define that is no longer needed
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@23536 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -111,9 +111,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
||||
#include "asterisk/enum.h"
|
||||
#include "asterisk/rtp.h"
|
||||
#include "asterisk/http.h"
|
||||
#if defined(T38_SUPPORT)
|
||||
#include "asterisk/udptl.h"
|
||||
#endif
|
||||
#include "asterisk/app.h"
|
||||
#include "asterisk/lock.h"
|
||||
#include "asterisk/utils.h"
|
||||
@@ -2582,9 +2580,7 @@ int main(int argc, char *argv[])
|
||||
exit(1);
|
||||
}
|
||||
ast_rtp_init();
|
||||
#if defined(T38_SUPPORT)
|
||||
ast_udptl_init();
|
||||
#endif
|
||||
if (ast_image_init()) {
|
||||
printf(term_quit());
|
||||
exit(1);
|
||||
|
||||
Reference in New Issue
Block a user