Skip to content

Commit

Permalink
mplayer: Detect CPU type at run-time
Browse files Browse the repository at this point in the history
Configure the MPlayer build to detect the CPU type at run-time.

Fixes: #312
  • Loading branch information
david authored and pmenzel committed Mar 27, 2017
1 parent f9db93b commit 9cb21dd
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 9cb21dd

Please sign in to comment.