cleanup
This commit is contained in:
@ -20,7 +20,7 @@ include_directory="build/include"
|
||||
lib_directory="build/lib"
|
||||
build_directory="build/${source_directory}"
|
||||
install_directory="build"
|
||||
install_library_directory="pyav"
|
||||
install_library_directory="pyav/libav"
|
||||
|
||||
mkdir -p ${build_directory}
|
||||
mkdir -p ${install_directory}
|
||||
|
||||
2
pve.sh
2
pve.sh
@ -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} \
|
||||
|
||||
Reference in New Issue
Block a user