This commit is contained in:
2025-10-04 18:13:23 +02:00
parent 639a20bca9
commit 6b5d7de5b2
3 changed files with 2 additions and 2 deletions

2
pve.sh
View File

@ -15,7 +15,7 @@
# You should have received a copy of the GNU General Public License along with People's Video Editor.
# If not, see <https://www.gnu.org/licenses/>.
shared_library_path="./pyav"
shared_library_path="./pyav/libav"
absolute_shared_library_path=$(realpath ${shared_library_path})
LD_LIBRARY_PATH=${absolute_shared_library_path} \