summaryrefslogtreecommitdiff
path: root/multimedia/ffmpeg/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/ffmpeg/patches/patch-ab')
-rw-r--r--multimedia/ffmpeg/patches/patch-ab22
1 files changed, 0 insertions, 22 deletions
diff --git a/multimedia/ffmpeg/patches/patch-ab b/multimedia/ffmpeg/patches/patch-ab
deleted file mode 100644
index 150006d66cd..00000000000
--- a/multimedia/ffmpeg/patches/patch-ab
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-ab,v 1.2 2004/05/25 21:49:26 wiz Exp $
-
---- ffserver.c.orig 2003-09-28 17:26:39.000000000 +0200
-+++ ffserver.c
-@@ -4488,7 +4488,7 @@ static void show_help(void)
- "\n"
- "-L : print the LICENSE\n"
- "-h : this help\n"
-- "-f configfile : use configfile instead of /etc/ffserver.conf\n"
-+ "-f configfile : use configfile instead of " FFSERVER_CONF "\n"
- );
- }
-
-@@ -4546,7 +4546,7 @@ int main(int argc, char **argv)
-
- av_register_all();
-
-- config_filename = "/etc/ffserver.conf";
-+ config_filename = FFSERVER_CONF;
-
- my_program_name = argv[0];
- my_program_dir = getcwd(0, 0);