summaryrefslogtreecommitdiff
path: root/graphics/ffmpeg/patches/patch-ab
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2002-03-22 11:59:18 +0000
committertron <tron@pkgsrc.org>2002-03-22 11:59:18 +0000
commitf4fc71ab98cba7ed3d3d70769917f2363c711d93 (patch)
tree73fc059a77433032a6e5a2010237e3aa297c2842 /graphics/ffmpeg/patches/patch-ab
parent951e53f46ef518e2ac18c554bcb601706cf9c9cc (diff)
downloadpkgsrc-f4fc71ab98cba7ed3d3d70769917f2363c711d93.tar.gz
Improve package based on patches supplied by Rui-Xiang Guo in PR pkg/15978:
- Build and install shared libraries "libav" and "libavcodec". - Fix "ffserver" to search its configuration file in "${PKG_SYSCONFDIR}". - Install "ffserver.conf" configuration to example and not into documentation directory. Bump package revision to 1 after these changes.
Diffstat (limited to 'graphics/ffmpeg/patches/patch-ab')
-rw-r--r--graphics/ffmpeg/patches/patch-ab21
1 files changed, 17 insertions, 4 deletions
diff --git a/graphics/ffmpeg/patches/patch-ab b/graphics/ffmpeg/patches/patch-ab
index 31cc814fe3c..b8f6e31f580 100644
--- a/graphics/ffmpeg/patches/patch-ab
+++ b/graphics/ffmpeg/patches/patch-ab
@@ -1,9 +1,22 @@
-$NetBSD: patch-ab,v 1.1.1.1 2002/03/19 12:39:27 tron Exp $
+$NetBSD: patch-ab,v 1.2 2002/03/22 11:59:19 tron Exp $
--- ffserver.c.orig Wed Aug 15 00:38:17 2001
-+++ ffserver.c Tue Mar 19 13:27:31 2002
-@@ -1526,7 +1526,7 @@
- config_filename = "/etc/ffserver.conf";
++++ ffserver.c Fri Mar 22 12:39:59 2002
+@@ -1491,7 +1491,7 @@
+ "\n"
+ "-L : print the LICENCE\n"
+ "-h : this help\n"
+- "-f configfile : use configfile instead of /etc/ffserver.conf\n"
++ "-f configfile : use configfile instead of " FFSERVER_CONF "\n"
+ );
+ }
+
+@@ -1523,10 +1523,10 @@
+
+ register_all();
+
+- config_filename = "/etc/ffserver.conf";
++ config_filename = FFSERVER_CONF;
for(;;) {
- c = getopt_long_only(argc, argv, "Lh?f:", NULL, NULL);