ports/net/mptsd/files/patch-mptsd.c
Dmitry Marakasov 84b6c91edc mptsd receives mpegts streams from multicast (udp/rtp) or http and
combines them into one multiple program stream that is suitable for
outputing to DVB-C modulator.

WWW: https://github.com/gfto/mptsd
2018-06-07 12:54:42 +00:00

11 lines
300 B
C

--- mptsd.c.orig 2011-09-16 12:37:04 UTC
+++ mptsd.c
@@ -34,7 +34,7 @@
#define PROGRAM_NAME "ux-mptsd"
-const char *program_id = PROGRAM_NAME " " GIT_VER " build " BUILD_ID;
+const char *program_id = PROGRAM_NAME " FreeBSD port";
char *server_sig = PROGRAM_NAME;
char *server_ver = GIT_VER;