]> git.sesse.net Git - vlc/commitdiff
contribs: compilation fix
authorFelix Paul Kühne <fkuehne@videolan.org>
Fri, 4 Sep 2009 11:10:02 +0000 (13:10 +0200)
committerFelix Paul Kühne <fkuehne@videolan.org>
Fri, 4 Sep 2009 11:10:02 +0000 (13:10 +0200)
extras/contrib/src/Patches/x264-svn-darwin.patch

index b40de081b29e921c21f91b7be9e67ef9eab777ac..2569eebfad71a351bbf30dd6c36f61028305b8e1 100644 (file)
@@ -12,16 +12,3 @@ Index: configure
  
  if [ "$debug" != "yes" -a "$gprof" != "yes" ]; then
 
-Index: common/common.h
-===================================================================
---- common/common.h    (revision 701)
-+++ common/common.h    (working copy)
-@@ -67,7 +67,7 @@
- #include <stdlib.h>
- #include <string.h>
- #include <assert.h>
--#include "x264.h"
-+#include "../x264.h"
- #include "bs.h"
- #include "set.h"
- #include "predict.h"