Displaying 1 result from an estimated 1 matches for "local_mpg_123".
2004 Aug 22
0
app_mp3 with bri-stuff.0.1.0RC4a does not work
...p3.c 22 Jun 2004 19:32:52 -0000 1.19
+++ app_mp3.c 22 Aug 2004 14:20:49 -0000
@@ -60,6 +60,7 @@
close(x);
}
/* Execute mpg123, but buffer if it's a net connection */
+#if 0
if (!strncmp(filename, "http://", 7)) {
/* Most commonly installed in /usr/local/bin */
execl(LOCAL_MPG_123, "mpg123", "-q", "-s", "-b", "1024", "-f", "8192", "--mono", "-r", "8000", filename, (char *)NULL);
@@ -68,7 +69,9 @@
/* As a last-ditch effort, try to use PATH */
execlp("mpg123",...