Commit ef0e5000 authored by Felix Paul Kühne's avatar Felix Paul Kühne

* small addition to the existing x264 trunk patch to work-around a GCC 4.0.1 darwin-ppc limitation

parent a70ea9ce
......@@ -11,3 +11,17 @@ Index: configure
fi
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"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment