diff --git a/make/configure-ffmpeg.sh b/make/configure-ffmpeg.sh index 61da5f2..7576440 100755 --- a/make/configure-ffmpeg.sh +++ b/make/configure-ffmpeg.sh @@ -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} diff --git a/pve.sh b/pve.sh index e62c5ba..89e4086 100755 --- a/pve.sh +++ b/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 . -shared_library_path="./pyav" +shared_library_path="./pyav/libav" absolute_shared_library_path=$(realpath ${shared_library_path}) LD_LIBRARY_PATH=${absolute_shared_library_path} \ diff --git a/pyav/libav.py b/pyav/libav/__init__.py similarity index 100% rename from pyav/libav.py rename to pyav/libav/__init__.py