Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/freeswitch: ffmpeg's libavresample is an optional dependency
@ 2023-01-05 19:18 Bernd Kuhls
  2023-01-05 19:18 ` [Buildroot] [PATCH 2/2] package/tvheadend: remove dependency to libavresample Bernd Kuhls
  2023-05-07  8:52 ` [Buildroot] [PATCH 1/2] package/freeswitch: ffmpeg's libavresample is an optional dependency Yann E. MORIN
  0 siblings, 2 replies; 4+ messages in thread
From: Bernd Kuhls @ 2023-01-05 19:18 UTC (permalink / raw)
  To: buildroot; +Cc: Yann E . MORIN

See upstream commit from 2019:
https://github.com/signalwire/freeswitch/commit/e9c58084db249845af88011a1e3c5d7b9ec05a76#diff-2cd3a5516ad0fc3cba6d14d0ea3e72da43a2c2fc3c21eb7ade6c49d52136bbd2R43

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/freeswitch/Config.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/freeswitch/Config.in b/package/freeswitch/Config.in
index bad101486c..1ab624c33c 100644
--- a/package/freeswitch/Config.in
+++ b/package/freeswitch/Config.in
@@ -5,7 +5,6 @@ config BR2_PACKAGE_FREESWITCH
 	depends on BR2_TOOLCHAIN_HAS_THREADS
 	depends on BR2_USE_MMU # apr, included in freeswitch source
 	depends on BR2_USE_WCHAR # uses wchar_t
-	select BR2_PACKAGE_FFMPEG_AVRESAMPLE if BR2_PACKAGE_FFMPEG
 	select BR2_PACKAGE_FFMPEG_SWSCALE if BR2_PACKAGE_FFMPEG
 	select BR2_PACKAGE_LIBCURL
 	select BR2_PACKAGE_JPEG
-- 
2.34.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-05-31  7:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-05 19:18 [Buildroot] [PATCH 1/2] package/freeswitch: ffmpeg's libavresample is an optional dependency Bernd Kuhls
2023-01-05 19:18 ` [Buildroot] [PATCH 2/2] package/tvheadend: remove dependency to libavresample Bernd Kuhls
2023-05-07  8:52 ` [Buildroot] [PATCH 1/2] package/freeswitch: ffmpeg's libavresample is an optional dependency Yann E. MORIN
2023-05-31  7:44   ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox