diff options
author | CoprDistGit <infra@openeuler.org> | 2024-04-14 15:21:31 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-04-14 15:21:31 +0000 |
commit | 8c29ab34b28e00ea649bb5db5c8cdeb40c4fe3b3 (patch) | |
tree | 9136410999c42c997b3fecb7a42bdbe8fc348435 /0001-use-right-python-path.patch | |
parent | ad9c051318733a12a0a8a144b9b4ed4f3c4eac14 (diff) |
automatic import of python-av
Diffstat (limited to '0001-use-right-python-path.patch')
-rw-r--r-- | 0001-use-right-python-path.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/0001-use-right-python-path.patch b/0001-use-right-python-path.patch deleted file mode 100644 index ed87597..0000000 --- a/0001-use-right-python-path.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile 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) - - |