FreeBSD Bugzilla – Attachment 178413 Details for
Bug 215680
multimedia/qt5-phonon4-vlc: add Q_OS_FREEBSD to bypass bad argument passed to vlc
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Patch to add Q_OS_FREEBSD to bypass bad argument passed to vlc
patch-src__utils__libvlc.cpp (text/plain), 584 bytes, created by
manny
on 2016-12-31 06:56:02 UTC
(
hide
)
Description:
Patch to add Q_OS_FREEBSD to bypass bad argument passed to vlc
Filename:
MIME Type:
Creator:
manny
Created:
2016-12-31 06:56:02 UTC
Size:
584 bytes
patch
obsolete
>--- src/utils/libvlc.cpp.orig 2016-12-31 01:20:37.901150000 -0500 >+++ src/utils/libvlc.cpp 2016-12-31 01:22:04.884086000 -0500 >@@ -91,7 +91,7 @@ > // Do not preload services discovery modules, we don't use them. > args << "--services-discovery=''"; > // Allow multiple starts (one gets to wonder whether that makes a difference). >-#if !defined(Q_OS_MAC) && (defined(Q_OS_WIN) || !defined(PHONON_NO_DBUS)) >+#if !defined(Q_OS_MAC) && !defined(Q_OS_FREEBSD) && (defined(Q_OS_WIN) || !defined(PHONON_NO_DBUS)) > args << "--no-one-instance"; > #endif > args << "--no-audio";
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 215680
: 178413