faad2: install mp4ff_int_types.h into includes
This commit is contained in:
parent
fc51776717
commit
91517e75c0
@ -2,6 +2,7 @@ drwxr-xr-x root/root usr/
|
|||||||
drwxr-xr-x root/root usr/include/
|
drwxr-xr-x root/root usr/include/
|
||||||
-rw-r--r-- root/root usr/include/faad.h
|
-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.h
|
||||||
|
-rw-r--r-- root/root usr/include/mp4ff_int_types.h
|
||||||
drwxr-xr-x root/root usr/lib/
|
drwxr-xr-x root/root usr/lib/
|
||||||
-rw-r--r-- root/root usr/lib/libfaad.a
|
-rw-r--r-- root/root usr/lib/libfaad.a
|
||||||
-rwxr-xr-x root/root usr/lib/libfaad.la
|
-rwxr-xr-x root/root usr/lib/libfaad.la
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
name=faad2
|
name=faad2
|
||||||
version=2.0
|
version=2.0
|
||||||
release=2
|
release=3
|
||||||
source=(http://dl.sourceforge.net/sourceforge/faac/${name}-${version}.tar.gz \
|
source=(http://dl.sourceforge.net/sourceforge/faac/${name}-${version}.tar.gz \
|
||||||
$name-$version-gcc4.patch)
|
$name-$version-gcc4.patch)
|
||||||
|
|
||||||
@ -19,4 +19,5 @@ build() {
|
|||||||
--enable-mp4v2
|
--enable-mp4v2
|
||||||
(cd libfaad && make DESTDIR=$PKG install)
|
(cd libfaad && make DESTDIR=$PKG install)
|
||||||
(cd common && make DESTDIR=$PKG install)
|
(cd common && make DESTDIR=$PKG install)
|
||||||
|
install -m 0644 common/mp4ff/mp4ff_int_types.h $PKG/usr/include
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user