[Bug 268065] multimedia/gstreamer1: build of gstreamer1-1.20.4 fails
Date: Thu, 03 Aug 2023 07:11:36 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268065
Tatsuki Makino <tatsuki_makino@hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tatsuki_makino@hotmail.com
--- Comment #10 from Tatsuki Makino <tatsuki_makino@hotmail.com> ---
(In reply to Mikhail T. from comment #7)
However, it may be that simply doing the following will solve the problem.
But, it has not even been tested because the environment in which the old
version was installed is gone.
--- meson.build.orig 2023-07-20 14:22:48 UTC
+++ meson.build
@@ -634,8 +634,8 @@ endif
static_build = get_option('default_library') == 'static'
gst_libraries = []
-subdir('gst')
subdir('libs')
+subdir('gst')
subdir('plugins')
subdir('tools')
subdir('tests')
--
You are receiving this mail because:
You are the assignee for the bug.