[vlc-commits] satip: remove debug define
Thomas Guillem
git at videolan.org
Fri Sep 16 11:18:18 CEST 2016
vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Fri Sep 16 11:18:00 2016 +0200| [b5a89156bad427d40a78bfb2862d3228a0e8cea8] | committer: Thomas Guillem
satip: remove debug define
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b5a89156bad427d40a78bfb2862d3228a0e8cea8
---
modules/access/satip.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/modules/access/satip.c b/modules/access/satip.c
index d66b9be..53abc78 100644
--- a/modules/access/satip.c
+++ b/modules/access/satip.c
@@ -44,8 +44,6 @@
#include <errno.h>
#include <assert.h>
-#undef HAVE_RECVMMSG
-
#define RTSP_DEFAULT_PORT 554
#define RTSP_RECEIVE_BUFFER 2048
#define RTP_HEADER_SIZE 12
More information about the vlc-commits
mailing list