summaryrefslogtreecommitdiff
path: root/0001-use-right-python-path.patch
diff options
context:
space:
mode:
Diffstat (limited to '0001-use-right-python-path.patch')
-rw-r--r--0001-use-right-python-path.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/0001-use-right-python-path.patch b/0001-use-right-python-path.patch
new file mode 100644
index 0000000..3e18374
--- /dev/null
+++ b/0001-use-right-python-path.patch
@@ -0,0 +1,10 @@
+--- a/Makefile 2024-03-21 15:50:49.000000000 +0800
++++ b/Makefile 2024-04-14 22:59:47.417807442 +0800
+@@ -1,7 +1,7 @@
+ LDFLAGS ?= ""
+ CFLAGS ?= "-O0"
+
+-PYAV_PYTHON ?= python
++PYAV_PYTHON ?= python3
+ PYTHON := $(PYAV_PYTHON)
+