# MP4v2 **Repository Path**: wdw-wayne/mp4v2 ## Basic Information - **Project Name**: MP4v2 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2024-10-14 - **Last Updated**: 2024-10-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mp4v2 This is a fork of mp4v2 from https://code.google.com/archive/p/mp4v2/. A newer, maintained fork of the original mp4v2 code can be found at https://mp4v2.org. TechSmith has modified this code for its own purposes and openly publishes those changes here in compliance with the Mozilla Public License. -------
All docs are located in doc/ subdirectory. Useful starting points:

Release Notes           -- doc/ReleaseNotes.txt
Building the Source     -- doc/BuildSource.txt
Building the Repository -- doc/BuildRepository.txt

See the COPYING file for license rights and limitations
//ubuntu下安装最新的libtool sudo apt-get install libtool //将libtool下下的config.guess,config.sub替换调mp4v2下的同名文件 cp /usr/share/libtool/build-aux/config.guess autoaux/ cp /usr/share/libtool/build-aux/config.sub autoaux/ ./configure --host=arm-v01c02-linux-musleabi --prefix=`pwd`/mybuild_arm_v01c02_linux_musleabi --disable-option-checking --disable-debug --disable-optimize --disable-fvisibility --disable-gch --disable-largefile --disable-util --disable-dependency-tracking --disable-libtool-lock CFLAGS=-fPIC CPPFLAGS=-fPIC make && make install