From 819440714c838a653b06ceacb27f9dab471ca4f9 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Fri, 14 May 2010 15:05:49 +0000
Subject: [PATCH] fix win32 compile

---
 contrib/mpeg_encode/bitio.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/contrib/mpeg_encode/bitio.cpp b/contrib/mpeg_encode/bitio.cpp
index 8e33c7d352..1805a1aef7 100644
--- a/contrib/mpeg_encode/bitio.cpp
+++ b/contrib/mpeg_encode/bitio.cpp
@@ -13,6 +13,8 @@
  *									     *
  *===========================================================================*/
 
+#define htonl(x) (x) // gmsh
+
 /*
  * Copyright (c) 1995 The Regents of the University of California.
  * All rights reserved.
-- 
GitLab