openbsd-ports/www/mod_mp3/patches/patch-src_mod_mp3_c
naddy f01c5da19c Import mod_mp3 0.39.
Submitted by Xavier Santolaria <xavier@santolaria.net>.

mod_mp3 turns the Apache Web Server into an MP3 or Ogg streaming
server.  It can play from a list of files, either in order or
randomly.  It can also be used to cache MP3s into memory and have
the server operate entirely from memory.
2003-05-20 01:57:18 +00:00

17 lines
864 B
Plaintext

$OpenBSD: patch-src_mod_mp3_c,v 1.1.1.1 2003/05/20 01:57:18 naddy Exp $
--- src/mod_mp3.c.orig Sun May 19 18:45:56 2002
+++ src/mod_mp3.c Mon May 19 19:02:07 2003
@@ -951,9 +951,9 @@ static const command_rec mp3_module_cmds
{"MP3MySQLTokenTable", mysql_add_token_table, NULL, OR_ALL, TAKE1, MP3MySQLTokenTable},
#endif
#ifdef PGSQL_ENABLED
- {"MP3PgConnectInfo", pgsql_add_connect_info, NULL, OR_ALL, TAKE3, MP3MySQLConnectInfo},
- {"MP3PgInfo", pgsql_add_database_info, NULL, OR_ALL, TAKE2, MP3MySQLInfo},
- {"MP3PgTokenTable", pgsql_add_token_table, NULL, OR_ALL, TAKE1, MP3MySQLTokenTable},
+ {"MP3PgConnectInfo", pgsql_add_connect_info, NULL, OR_ALL, TAKE3, MP3PgConnectInfo},
+ {"MP3PgInfo", pgsql_add_database_info, NULL, OR_ALL, TAKE2, MP3PgInfo},
+ {"MP3PgTokenTable", pgsql_add_token_table, NULL, OR_ALL, TAKE1, MP3PgTokenTable},
#endif
{NULL}
};