faad2: install mp4ff_int_types.h into includes

This commit is contained in:
Matt Housh 2006-11-09 19:23:26 -06:00
parent fc51776717
commit 91517e75c0
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,7 @@ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/faad.h
-rw-r--r-- root/root usr/include/mp4ff.h
-rw-r--r-- root/root usr/include/mp4ff_int_types.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libfaad.a
-rwxr-xr-x root/root usr/lib/libfaad.la

View File

@ -5,7 +5,7 @@
name=faad2
version=2.0
release=2
release=3
source=(http://dl.sourceforge.net/sourceforge/faac/${name}-${version}.tar.gz \
$name-$version-gcc4.patch)
@ -19,4 +19,5 @@ build() {
--enable-mp4v2
(cd libfaad && make DESTDIR=$PKG install)
(cd common && make DESTDIR=$PKG install)
install -m 0644 common/mp4ff/mp4ff_int_types.h $PKG/usr/include
}