Formatting
This commit is contained in:
@@ -120,17 +120,17 @@ void GstStartup::SetEnvironment() {
|
||||
QString gst_registry_filename;
|
||||
|
||||
#ifdef USE_BUNDLE
|
||||
#if defined(Q_OS_WIN32) || defined(Q_OS_MACOS)
|
||||
# if defined(Q_OS_WIN32) || defined(Q_OS_MACOS)
|
||||
gio_module_path = bundle_path + "/gio-modules";
|
||||
#endif
|
||||
#if defined(Q_OS_LINUX) || defined(Q_OS_MACOS)
|
||||
# endif
|
||||
# if defined(Q_OS_LINUX) || defined(Q_OS_MACOS)
|
||||
gst_plugin_scanner = bundle_path + "/gst-plugin-scanner";
|
||||
gst_plugin_path = bundle_path + "/gstreamer";
|
||||
#endif
|
||||
#if defined(Q_OS_WIN32)
|
||||
# endif
|
||||
# if defined(Q_OS_WIN32)
|
||||
//gst_plugin_scanner = bundle_path + "/gst-plugin-scanner.exe";
|
||||
gst_plugin_path = bundle_path + "/gstreamer-plugins";
|
||||
#endif
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#if defined(Q_OS_WIN32) || defined(Q_OS_MACOS)
|
||||
|
||||
Reference in New Issue
Block a user