Skip to content
Snippets Groups Projects
Verified Commit e9330114 authored by Anna Wilcox's avatar Anna Wilcox :fox:
Browse files

user/mplayer: disable built-in ffmpeg

parent 5bbce521
No related branches found
No related tags found
No related merge requests found
......@@ -25,15 +25,14 @@ source="http://mplayerhq.hu/MPlayer/releases/MPlayer-$pkgver.tar.xz"
builddir="$srcdir/MPlayer-$pkgver"
build() {
cd "$builddir"
./configure \
--prefix=/usr \
--mandir=/usr/share/man
--mandir=/usr/share/man \
--disable-ffmpeg_a
make
}
package() {
cd "$builddir"
make DESTDIR="$pkgdir" install
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment