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

contribs: compilation fix

parent 76cce191
...@@ -12,16 +12,3 @@ Index: configure ...@@ -12,16 +12,3 @@ Index: configure
if [ "$debug" != "yes" -a "$gprof" != "yes" ]; then 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