diff options
author | CoprDistGit <infra@openeuler.org> | 2024-04-14 16:42:05 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-04-14 16:42:05 +0000 |
commit | cfc2e4ddc60b84ffc316510391e63d3f9b82fa36 (patch) | |
tree | f41e5a81934d1c21cc86be078d5f0f72ac561f8d /0001-use-right-python-path.patch | |
parent | 193492457fdcfa211e8f0b02da18da64b1d6af5d (diff) |
automatic import of python-av
Diffstat (limited to '0001-use-right-python-path.patch')
-rw-r--r-- | 0001-use-right-python-path.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/0001-use-right-python-path.patch b/0001-use-right-python-path.patch deleted file mode 100644 index 3e18374..0000000 --- a/0001-use-right-python-path.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- 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) - |