|
|
|
@ -1,19 +1,7 @@
|
|
|
|
|
Index: Makefile
|
|
|
|
|
--- Makefile.orig 2020-07-10 09:28:56.000000000 +0200
|
|
|
|
|
+++ Makefile 2020-07-10 09:34:53.363138000 +0200
|
|
|
|
|
@@ -390,7 +390,7 @@
|
|
|
|
|
$(INSTALL) x264$(EXE) $(DESTDIR)$(bindir)
|
|
|
|
|
ifneq ($(BASHCOMPLETIONSDIR),)
|
|
|
|
|
$(INSTALL) -d $(DESTDIR)$(BASHCOMPLETIONSDIR)
|
|
|
|
|
- $(INSTALL) -m 644 -T $(SRCPATH)/tools/bash-autocomplete.sh $(DESTDIR)$(BASHCOMPLETIONSDIR)/x264
|
|
|
|
|
+ $(INSTALL) -m 644 $(SRCPATH)/tools/bash-autocomplete.sh $(DESTDIR)$(BASHCOMPLETIONSDIR)/x264
|
|
|
|
|
endif
|
|
|
|
|
|
|
|
|
|
install-lib-dev:
|
|
|
|
|
Index: configure
|
|
|
|
|
--- configure.orig 2020-07-10 09:28:56.000000000 +0200
|
|
|
|
|
+++ configure 2020-07-10 09:34:43.489251000 +0200
|
|
|
|
|
@@ -386,7 +386,7 @@
|
|
|
|
|
--- configure.orig 2021-09-02 19:48:00.000000000 +0200
|
|
|
|
|
+++ configure 2021-09-02 19:48:08.591078000 +0200
|
|
|
|
|
@@ -392,7 +392,7 @@
|
|
|
|
|
opencl="yes"
|
|
|
|
|
vsx="auto"
|
|
|
|
|
|
|
|
|
@ -22,7 +10,7 @@ Index: configure
|
|
|
|
|
CFLAGSSO="$CFLAGSSO"
|
|
|
|
|
CFLAGSCLI="$CFLAGSCLI"
|
|
|
|
|
LDFLAGS="$LDFLAGS"
|
|
|
|
|
@@ -749,7 +749,7 @@
|
|
|
|
|
@@ -764,7 +764,7 @@
|
|
|
|
|
ASFLAGS="$ASFLAGS -f elf32"
|
|
|
|
|
fi
|
|
|
|
|
;;
|
|
|
|
@ -32,8 +20,8 @@ Index: configure
|
|
|
|
|
AS="${AS-nasm}"
|
|
|
|
|
AS_EXT=".asm"
|
|
|
|
|
Index: encoder/analyse.c
|
|
|
|
|
--- encoder/analyse.c.orig 2020-07-10 09:28:56.000000000 +0200
|
|
|
|
|
+++ encoder/analyse.c 2020-07-10 09:34:43.489726000 +0200
|
|
|
|
|
--- encoder/analyse.c.orig 2021-09-02 19:48:00.000000000 +0200
|
|
|
|
|
+++ encoder/analyse.c 2021-09-02 19:48:08.591551000 +0200
|
|
|
|
|
@@ -32,6 +32,10 @@
|
|
|
|
|
#include "analyse.h"
|
|
|
|
|
#include "rdo.c"
|
|
|
|
|