diff options
author | Garrett Brown <themagnificentmrb@gmail.com> | 2017-08-22 15:52:45 -0700 |
---|---|---|
committer | Garrett Brown <themagnificentmrb@gmail.com> | 2017-09-28 10:36:21 -0700 |
commit | 88db54f9bf9b7efc4e5b0825cee40d375c9bc591 (patch) | |
tree | 0c4d7f1d1c5461fba31954825fad7b2150581de7 /cmake/treedata | |
parent | 4e67b17a932edcebc67a1f2a2843f363580ff7f2 (diff) |
RetroPlayer: Add renderer for Windows, OpenGL and OpenGLES
Diffstat (limited to 'cmake/treedata')
-rw-r--r-- | cmake/treedata/common/retroplayer.txt | 2 | ||||
-rw-r--r-- | cmake/treedata/ios/subdirs.txt | 1 | ||||
-rw-r--r-- | cmake/treedata/linux/subdirs.txt | 1 | ||||
-rw-r--r-- | cmake/treedata/optional/common/X.txt | 1 | ||||
-rw-r--r-- | cmake/treedata/optional/common/wayland.txt | 1 | ||||
-rw-r--r-- | cmake/treedata/osx/subdirs.txt | 1 | ||||
-rw-r--r-- | cmake/treedata/windows/subdirs.txt | 1 |
7 files changed, 8 insertions, 0 deletions
diff --git a/cmake/treedata/common/retroplayer.txt b/cmake/treedata/common/retroplayer.txt index c9fa2ef8ff..98b4785e58 100644 --- a/cmake/treedata/common/retroplayer.txt +++ b/cmake/treedata/common/retroplayer.txt @@ -1,4 +1,6 @@ xbmc/cores/RetroPlayer cores/RetroPlayer xbmc/cores/RetroPlayer/guicontrols cores/RetroPlayer/guicontrols +xbmc/cores/RetroPlayer/process cores/RetroPlayer/process xbmc/cores/RetroPlayer/rendering cores/RetroPlayer/rendering +xbmc/cores/RetroPlayer/rendering/VideoRenderers cores/RetroPlayer/rendering/VideoRenderers xbmc/cores/RetroPlayer/windows cores/RetroPlayer/windows diff --git a/cmake/treedata/ios/subdirs.txt b/cmake/treedata/ios/subdirs.txt index 4bbeeb19f0..ce1eb74370 100644 --- a/cmake/treedata/ios/subdirs.txt +++ b/cmake/treedata/ios/subdirs.txt @@ -13,4 +13,5 @@ xbmc/platform/darwin/ios-common platform_ios-common xbmc/filesystem/posix filesystem/posix xbmc/utils/posix utils_posix xbmc/windowing/osx windowing/osx +xbmc/cores/RetroPlayer/process/ios cores/RetroPlayer/process/ios xbmc/cores/VideoPlayer/Process/ios cores/VideoPlayer/Process/ios diff --git a/cmake/treedata/linux/subdirs.txt b/cmake/treedata/linux/subdirs.txt index e3015793e8..5f0125308c 100644 --- a/cmake/treedata/linux/subdirs.txt +++ b/cmake/treedata/linux/subdirs.txt @@ -9,5 +9,6 @@ xbmc/storage/linux storage/linux xbmc/filesystem/posix filesystem/posix xbmc/utils/posix utils_posix xbmc/platform/posix posix +xbmc/cores/RetroPlayer/process/rbpi cores/RetroPlayer/process/rbpi xbmc/cores/VideoPlayer/Process/rbpi cores/VideoPlayer/Process/rbpi xbmc/windowing/linux windowing/linux diff --git a/cmake/treedata/optional/common/X.txt b/cmake/treedata/optional/common/X.txt index 26b8a906ad..e66ad80f37 100644 --- a/cmake/treedata/optional/common/X.txt +++ b/cmake/treedata/optional/common/X.txt @@ -1,2 +1,3 @@ xbmc/windowing/X11 windowing/X11 # X +xbmc/cores/RetroPlayer/process/X11 cores/RetroPlayer/process/X11 # X xbmc/cores/VideoPlayer/Process/X11 cores/VideoPlayer/Process/X11 # X diff --git a/cmake/treedata/optional/common/wayland.txt b/cmake/treedata/optional/common/wayland.txt index 3725fc611a..4664b35dd7 100644 --- a/cmake/treedata/optional/common/wayland.txt +++ b/cmake/treedata/optional/common/wayland.txt @@ -1,2 +1,3 @@ xbmc/windowing/wayland windowing/wayland # WAYLANDPP +xbmc/cores/RetroPlayer/process/wayland cores/RetroPlayer/process/wayland # WAYLANDPP xbmc/cores/VideoPlayer/Process/wayland cores/VideoPlayer/Process/wayland # WAYLANDPP
\ No newline at end of file diff --git a/cmake/treedata/osx/subdirs.txt b/cmake/treedata/osx/subdirs.txt index a520243c60..f3338f7dc3 100644 --- a/cmake/treedata/osx/subdirs.txt +++ b/cmake/treedata/osx/subdirs.txt @@ -10,4 +10,5 @@ xbmc/platform/darwin/osx platform_osx xbmc/filesystem/posix filesystem/posix xbmc/utils/posix utils_posix xbmc/windowing/osx windowing/osx +xbmc/cores/RetroPlayer/process/osx cores/RetroPlayer/process/osx xbmc/cores/VideoPlayer/Process/osx cores/VideoPlayer/Process/osx diff --git a/cmake/treedata/windows/subdirs.txt b/cmake/treedata/windows/subdirs.txt index bdbbe1d9b0..53bd85b263 100644 --- a/cmake/treedata/windows/subdirs.txt +++ b/cmake/treedata/windows/subdirs.txt @@ -12,4 +12,5 @@ xbmc/utils/win32 utils_win32 xbmc/rendering/dx rendering_dx xbmc/threads/platform/win threads_win xbmc/windowing/windows windowing/windows +xbmc/cores/RetroPlayer/process/windows cores/RetroPlayer/process/windows xbmc/cores/VideoPlayer/Process/windows cores/VideoPlayer/Process/windows |