This commit is contained in:
2025-10-04 14:22:11 +02:00
parent 7ea498edc8
commit 7e14afcb84
12 changed files with 25 additions and 4 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="./mp4"
shared_library_path="./pyav"
absolute_shared_library_path=$(realpath ${shared_library_path})
LD_LIBRARY_PATH=${absolute_shared_library_path} \