1
mirror of https://github.com/mpv-player/mpv synced 2024-10-06 14:54:02 +02:00

--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:
diego 2003-11-07 09:57:06 +00:00
parent 6500590537
commit 828a3a2f10

4
debian/rules vendored
View File

@ -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