diff options
author | John Stebbins <[email protected]> | 2016-03-13 18:24:10 -0600 |
---|---|---|
committer | John Stebbins <[email protected]> | 2016-03-13 18:24:10 -0600 |
commit | 8c2ef670d8f26ba6e15184f782376bc6c49dcd7b (patch) | |
tree | 2961933b07004e504e504cbf7cd2d324440d9e28 | |
parent | 3a61ac5213042907586ccda388283edbc51771f4 (diff) |
LinGui: tell gstreamer where to find plugins on win32
-rw-r--r-- | gtk/src/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/src/main.c b/gtk/src/main.c index cd23dae2c..fcde54d1e 100644 --- a/gtk/src/main.c +++ b/gtk/src/main.c @@ -817,6 +817,7 @@ main(int argc, char *argv[]) #if defined(_WIN32) // Tell gdk pixbuf where it's loader config file is. _putenv_s("GDK_PIXBUF_MODULE_FILE", "ghb.exe.local/loaders.cache"); + _putenv_s("GST_PLUGIN_PATH", "lib/gstreamer-1.0"); #endif hb_global_init(); |