From 404faef92e4423c28b4f1c188dedb8bd58be9af1 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Sun, 14 Apr 2024 15:02:45 +0000 Subject: automatic import of python-av --- 0001-use-right-python-path.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 0001-use-right-python-path.patch (limited to '0001-use-right-python-path.patch') diff --git a/0001-use-right-python-path.patch b/0001-use-right-python-path.patch new file mode 100644 index 0000000..9f1adc1 --- /dev/null +++ b/0001-use-right-python-path.patch @@ -0,0 +1,11 @@ +--- Makefile.orig 2024-03-21 15:50:49.000000000 +0800 ++++ Makefile 2024-04-14 22:59:47.417807442 +0800 +@@ -1,7 +1,7 @@ + LDFLAGS ?= "" + CFLAGS ?= "-O0" + +-PYAV_PYTHON ?= python ++PYAV_PYTHON ?= /usr/bin/python3 + PYTHON := $(PYAV_PYTHON) + + -- cgit v1.2.3