mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-21 05:26:23 +00:00
gst: fix indentation
This commit is contained in:
parent
e4e85fc88a
commit
302484ac4f
1 changed files with 5 additions and 4 deletions
|
@ -484,14 +484,15 @@ init_pre (GOptionContext * context, GOptionGroup * group, gpointer data,
|
|||
* So give some useful info about GStreamer here */
|
||||
#ifdef G_OS_WIN32
|
||||
{
|
||||
gchar *basedir = g_win32_get_package_installation_directory_of_module (_priv_gst_dll_handle);
|
||||
gchar *basedir =
|
||||
g_win32_get_package_installation_directory_of_module
|
||||
(_priv_gst_dll_handle);
|
||||
|
||||
libdir = g_build_filename (basedir,
|
||||
#ifdef _DEBUG
|
||||
"debug"
|
||||
"debug"
|
||||
#endif
|
||||
"lib",
|
||||
NULL);
|
||||
"lib", NULL);
|
||||
g_free (basedir);
|
||||
}
|
||||
#else
|
||||
|
|
Loading…
Reference in a new issue