[vlc-commits] deinterlace: compilation fix

Felix Paul Kühne git at videolan.org
Fri May 6 18:01:47 CEST 2011


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Fri May  6 18:01:42 2011 +0200| [0f0a2b2ed20ac28facbd355ddf1f8e9a1d3c252a] | committer: Felix Paul Kühne

deinterlace: compilation fix

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

 modules/video_filter/deinterlace/merge.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/video_filter/deinterlace/merge.c b/modules/video_filter/deinterlace/merge.c
index ba6dff6..024b465 100644
--- a/modules/video_filter/deinterlace/merge.c
+++ b/modules/video_filter/deinterlace/merge.c
@@ -24,6 +24,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
+#include <stdlib.h>
+
 /* This handles including config.h, because the config
    is already needed in the header. */
 #include "merge.h"
@@ -36,8 +38,6 @@
 #   include <altivec.h>
 #endif
 
-#include <stdint.h>
-
 /*****************************************************************************
  * Merge (line blending) routines
  *****************************************************************************/



More information about the vlc-commits mailing list