Skip to content

Commit

Permalink
Merge pull request #332 from mariux64/update-mplayer
Browse files Browse the repository at this point in the history
Let MPlayer detect CPU at run-time
  • Loading branch information
pmenzel authored Mar 27, 2017
2 parents f9db93b + 9cb21dd commit 2b49a12
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mplayer.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION mplayer-1.3.0-0
# BEE_VERSION mplayer-1.3.0-1

SRCURL[0]="https://www.mplayerhq.hu/MPlayer/releases/MPlayer-${PKGVERSION}.tar.xz"

Expand Down Expand Up @@ -32,7 +32,8 @@ mee_configure() {
--confdir=/etc/mplayer \
--enable-dynamic-plugins \
--enable-menu \
--enable-gui
--enable-gui \
--enable-runtime-cpudetection
}

mee_build() {
Expand Down

0 comments on commit 2b49a12

Please sign in to comment.