This repository has been archived by the owner on Jul 30, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
42 additions
and
138 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[FilterPlugin] | ||
; This section lists additional files which will be packaged along with your plugin. Paths should be listed relative to the root plugin directory, and | ||
; may include "...", "*", and "?" wildcards to match directories, files, and individual characters respectively. | ||
; | ||
; Examples: | ||
; /README.txt | ||
; /Extras/... | ||
; /Binaries/ThirdParty/*.dll |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
18 changes: 0 additions & 18 deletions
18
Plugins/GStreamerLoader/Source/GStreamerLoader/GStreamerLoader.Build.cs
This file was deleted.
Oops, something went wrong.
60 changes: 0 additions & 60 deletions
60
Plugins/GStreamerLoader/Source/GStreamerLoader/Private/GStreamerLoaderModule.cpp
This file was deleted.
Oops, something went wrong.
18 changes: 0 additions & 18 deletions
18
Plugins/GStreamerLoader/Source/GStreamerLoader/Public/GStreamerLoaderModule.h
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
set "ENGINE_DIR=C:\dev\UE_4.26" | ||
set "PROJECT_DIR=C:\dev\ue4-gstreamer" | ||
set "BUILD_DIR=C:\dev\ue4-gstreamer\Build" | ||
|
||
call "%ENGINE_DIR%\Engine\Build\BatchFiles\RunUAT.bat" BuildPlugin -Plugin="%PROJECT_DIR%\Plugins\GStreamer\GStreamer.uplugin" -Package="%BUILD_DIR%\Plugins\GStreamer" -TargetPlatforms=Win64 -Rocket -precompile -VS2019 -StrictIncludes |