mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-21 21:46:22 +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 */
|
* So give some useful info about GStreamer here */
|
||||||
#ifdef G_OS_WIN32
|
#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,
|
libdir = g_build_filename (basedir,
|
||||||
#ifdef _DEBUG
|
#ifdef _DEBUG
|
||||||
"debug"
|
"debug"
|
||||||
#endif
|
#endif
|
||||||
"lib",
|
"lib", NULL);
|
||||||
NULL);
|
|
||||||
g_free (basedir);
|
g_free (basedir);
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in a new issue