a635a0e257
from mplayer to AirPort Express devices. supports both IPv4 and IPv6. example: $ mplayer -ao rtunes:device=192.168.0.10:af=inet music.mp3 requested/tested/ok mglocker@ (librtunes author)
12 lines
384 B
Plaintext
12 lines
384 B
Plaintext
$OpenBSD: patch-libao2_Makefile,v 1.1 2008/02/12 11:33:16 jakemsr Exp $
|
|
--- libao2/Makefile.orig Sun Oct 7 12:49:27 2007
|
|
+++ libao2/Makefile Sun Feb 10 17:05:17 2008
|
|
@@ -6,6 +6,7 @@ SRCS_MPLAYER = audio_out.c \
|
|
ao_mpegpes.c \
|
|
ao_null.c \
|
|
ao_pcm.c \
|
|
+ ao_rtunes.c \
|
|
$(AO_SRCS) \
|
|
|
|
include ../mpcommon.mak
|