mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Updated windows library path in video
This commit is contained in:
@@ -174,8 +174,8 @@ public class Video implements PConstants {
|
||||
if (localGStreamerPath.equals("")) {
|
||||
LibraryPath libPath = new LibraryPath();
|
||||
String path = libPath.get();
|
||||
gstreamerBinPath = path + "\\win";
|
||||
gstreamerPluginsPath = path + "\\win\\" + localPluginsFolder;
|
||||
gstreamerBinPath = path + "\\win32";
|
||||
gstreamerPluginsPath = path + "\\win32\\" + localPluginsFolder;
|
||||
} else {
|
||||
gstreamerBinPath = localGStreamerPath;
|
||||
gstreamerPluginsPath = localGStreamerPath + "\\" + localPluginsFolder;
|
||||
|
||||
Reference in New Issue
Block a user