1
mirror of https://code.videolan.org/videolan/vlc synced 2024-07-21 07:24:15 +02:00

* fix x264 compilation

This commit is contained in:
Felix Paul Kühne 2006-03-27 19:06:33 +00:00
parent 3b05b11cdc
commit 27f1f2eb76
2 changed files with 13 additions and 0 deletions

View File

@ -1157,6 +1157,7 @@ DISTCLEAN_PKG += libdts-$(LIBDTS_VERSION).tar.gz
ifdef SVN
x264:
$(SVN) co svn://svn.videolan.org/x264/trunk/ x264
(cd x264; patch -p 0 < ../Patches/x264-svn.patch )
ifdef HAVE_WIN32
(cd x264; patch -p 0 < ../Patches/x264-svn-win32.patch )
endif

View File

@ -0,0 +1,12 @@
Index: muxers.c
===================================================================
--- muxers.c (revision 486)
+++ muxers.c (working copy)
@@ -23,6 +23,7 @@
#include <stdio.h>
#include <string.h>
+#include <sys/types.h>
#include "common/common.h"
#include "x264.h"