extra/ffmpeg fix

This commit is contained in:
Kevin Mihelich 2016-01-16 00:56:07 +00:00
parent 1245effe37
commit d7a3346c81

View file

@ -48,7 +48,7 @@ prepare() {
} }
build() { build() {
ffmpeg-${pkgver} cd ffmpeg-${pkgver}
[[ $CARCH == "armv7h" || $CARCH == "aarch64" ]] && CONFIG='--host-cflags="-fPIC"' [[ $CARCH == "armv7h" || $CARCH == "aarch64" ]] && CONFIG='--host-cflags="-fPIC"'
@ -100,7 +100,7 @@ build() {
} }
package() { package() {
ffmpeg-${pkgver} cd ffmpeg-${pkgver}
make DESTDIR="${pkgdir}" install install-man make DESTDIR="${pkgdir}" install install-man
install -Dm 755 tools/qt-faststart "${pkgdir}"/usr/bin/ install -Dm 755 tools/qt-faststart "${pkgdir}"/usr/bin/