diff options
author | Uoti Urpala <uau@mplayer2.org> | 2012-05-06 18:22:34 +0300 |
---|---|---|
committer | Uoti Urpala <uau@mplayer2.org> | 2012-05-06 18:22:34 +0300 |
commit | 3076dd8199fefb48ac0ac05c66ae901d6781e4b8 (patch) | |
tree | 0dd8aadabf49e48b9c10c2c9df4942f94799f42b /Makefile | |
parent | cd21ce3779d40e36ac2b49811679e30cc07ed357 (diff) | |
download | mpv-3076dd8199fefb48ac0ac05c66ae901d6781e4b8.tar.bz2 mpv-3076dd8199fefb48ac0ac05c66ae901d6781e4b8.tar.xz |
build: remove IRIX support
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -472,7 +472,6 @@ SRCS_MPLAYER-$(PORTAUDIO) += libao2/ao_portaudio.c SRCS_MPLAYER-$(RSOUND) += libao2/ao_rsound.c SRCS_MPLAYER-$(S3FB) += libvo/vo_s3fb.c SRCS_MPLAYER-$(SDL) += libao2/ao_sdl.c libvo/vo_sdl.c libvo/sdl_common.c -SRCS_MPLAYER-$(SGIAUDIO) += libao2/ao_sgi.c SRCS_MPLAYER-$(SUNAUDIO) += libao2/ao_sun.c SRCS_MPLAYER-$(SVGA) += libvo/vo_svga.c SRCS_MPLAYER-$(TDFXFB) += libvo/vo_tdfxfb.c |