From d351b78821fe7c1a5e4c6680d5928683a1a8f55c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Van=20Canneyt?= Date: Tue, 1 Nov 2022 13:06:52 +0100 Subject: [PATCH] * Fix typo in author --- packages/gstreamer/fpmake.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/gstreamer/fpmake.pp b/packages/gstreamer/fpmake.pp index 44eb8df77f..cb9408a201 100644 --- a/packages/gstreamer/fpmake.pp +++ b/packages/gstreamer/fpmake.pp @@ -22,7 +22,7 @@ begin if Defaults.CPU<>arm then P.OSes := P.OSes + [darwin]; - P.Author := 'Library: Wim Waytack, header: Michael Van Canneyt'; + P.Author := 'Library: Wim Taymans and others, header: Michael Van Canneyt'; P.License := 'Library: LGPL2.1, header: LGPL with modification, '; P.HomepageURL := 'www.freepascal.org'; P.Email := ''; @@ -112,7 +112,7 @@ begin AddInclude('gstversion.inc'); // Implementations AddInclude('gstmessage_impl.inc'); - AddInclude('gstbin_impl.inc'); + AddInclude('gstbin_impl.inc'); end; P.Sources.AddExampleFiles('examples/camrecord.lpr',P.Directory,false,'.'); {$ifndef ALLPACKAGES}