mirror of https://github.com/mpv-player/mpv
--disable-mp1e is long obsolete.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11408 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
6500590537
commit
828a3a2f10
|
@ -9,10 +9,6 @@ package := mplayer
|
||||||
prefix := $(shell pwd)/debian/$(package)
|
prefix := $(shell pwd)/debian/$(package)
|
||||||
|
|
||||||
arch := $(shell dpkg --print-architecture)
|
arch := $(shell dpkg --print-architecture)
|
||||||
|
|
||||||
ifeq ($(arch),powerpc)
|
|
||||||
arch-conf += --disable-mp1e
|
|
||||||
endif
|
|
||||||
|
|
||||||
|
|
||||||
configure: configure-stamp
|
configure: configure-stamp
|
||||||
|
|
Loading…
Reference in New Issue