2014-01-28 19:42:45 +11:00
|
|
|
# Description: Functions for accessing ISO-IEC:14496-1:2001 MPEG-4 standard.
|
2020-01-12 17:25:45 +11:00
|
|
|
# URL: https://github.com/TechSmith/mp4v2
|
2014-11-10 23:28:07 +11:00
|
|
|
# Maintainer: Danny Rawlins, crux at romster dot me
|
2006-12-01 14:55:49 -06:00
|
|
|
|
|
|
|
name=libmp4v2
|
2020-01-12 17:25:45 +11:00
|
|
|
version=4.1.0.0
|
2018-02-04 17:30:49 +01:00
|
|
|
release=3
|
2020-01-12 17:25:45 +11:00
|
|
|
source=(https://github.com/TechSmith/mp4v2/archive/Release-ThirdParty-MP4v2-$version.tar.gz)
|
2006-12-01 14:55:49 -06:00
|
|
|
|
|
|
|
build() {
|
2020-01-12 17:25:45 +11:00
|
|
|
cd mp4v2-Release-ThirdParty-MP4v2-$version
|
2018-02-04 17:30:49 +01:00
|
|
|
|
2020-01-12 17:25:45 +11:00
|
|
|
CXXFLAGS+=' -std=c++03'
|
2017-03-04 23:49:14 +11:00
|
|
|
./configure --prefix=/usr
|
2008-08-26 13:11:16 +10:00
|
|
|
|
2009-09-20 12:20:53 +10:00
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
2006-12-01 14:55:49 -06:00
|
|
|
}
|