X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=m4%2Fgengetopt%2Fudp_recv.m4;fp=m4%2Fgengetopt%2Fudp_recv.m4;h=0000000000000000000000000000000000000000;hb=fc8dfbb416ff07cca08fbf4e13efcaa25e17cc54;hp=dcdad4f7b70143647ed40bc36e5c5cdefdc7975b;hpb=4d5282b4e53213c89359e4c60568c37119ab34fb;p=paraslash.git diff --git a/m4/gengetopt/udp_recv.m4 b/m4/gengetopt/udp_recv.m4 deleted file mode 100644 index dcdad4f7..00000000 --- a/m4/gengetopt/udp_recv.m4 +++ /dev/null @@ -1,21 +0,0 @@ -args "--no-version --no-help" - -purpose "Receive an UDP audio stream" - -option "host" i -"ip or host to receive udp packets from" -string default="224.0.1.38" -optional -details=" - The default address resolves to DANTZ.MCAST.NET and activates - multicast. -" - -option "port" p "udp port" -int typestr="portnumber" -default="8000" -optional - -option "iface" I "receiving udp multicast interface" -string -optional