[vlc-devel] commit: live555: Don't put any INT64_C related hack here. We need to fix that properly. (Pierre d'Herbemont )

git version control git at videolan.org
Wed May 28 02:38:08 CEST 2008


vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Wed May 28 02:38:45 2008 +0200| [d682e91e10f9ceabfb52385e0956e1fabba9928c]

live555: Don't put any INT64_C related hack here. We need to fix that properly.

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

 modules/demux/live555.cpp |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/modules/demux/live555.cpp b/modules/demux/live555.cpp
index 575de27..ffed8fe 100644
--- a/modules/demux/live555.cpp
+++ b/modules/demux/live555.cpp
@@ -59,14 +59,6 @@ extern "C" {
 #include "../access/mms/asf.h"  /* Who said ugly ? */
 }
 
-/* XXX Ugly workaround: Buggy Mac OS X headers fail to define them */
-#ifndef INT64_C
-# define INT64_C(v)   (v ## LL)
-#endif
-#ifndef UINT64_C
-# define UINT64_C(v)   (v ## ULL)
-#endif
-
 using namespace std;
 
 /*****************************************************************************




More information about the vlc-devel mailing list