summaryrefslogtreecommitdiff
path: root/package/libx264
diff options
context:
space:
mode:
Diffstat (limited to 'package/libx264')
-rw-r--r--package/libx264/patches/patch-Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/package/libx264/patches/patch-Makefile b/package/libx264/patches/patch-Makefile
new file mode 100644
index 000000000..8d7d883b1
--- /dev/null
+++ b/package/libx264/patches/patch-Makefile
@@ -0,0 +1,14 @@
+--- libx264-1.0.1.orig/Makefile 2014-01-22 11:20:21.000000000 +0100
++++ libx264-1.0.1/Makefile 2014-02-22 20:15:00.000000000 +0100
+@@ -201,7 +201,10 @@ $(OBJS) $(OBJASM) $(OBJSO) $(OBJCLI) $(O
+
+ .depend: config.mak
+ @rm -f .depend
+- @$(foreach SRC, $(addprefix $(SRCPATH)/, $(SRCS) $(SRCCLI) $(SRCSO)), $(CC) $(CFLAGS) $(SRC) $(DEPMT) $(SRC:$(SRCPATH)/%.c=%.o) $(DEPMM) 1>> .depend;)
++ echo $(SRCS)
++ echo $(SRCS0)
++ echo $(SRCCLI)
++ $(foreach SRC, $(addprefix $(SRCPATH)/, $(SRCS) $(SRCCLI) $(SRCSO)), $(CC) $(CFLAGS) $(SRC) $(DEPMT) $(SRC:$(SRCPATH)/%.c=%.o) $(DEPMM) 1>> .depend;)
+
+ config.mak:
+ ./configure