openbsd-ports/x11/mplayer/patches/patch-libao2_Makefile
jakemsr a635a0e257 add support for librtunes-0.7. this allows one to stream audio output
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)
2008-02-12 11:33:16 +00:00

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