Skip to content

Commit

Permalink
[wip] Push work on libav encoding protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Nov 11, 2023
1 parent 331fe4d commit 7761b5c
Show file tree
Hide file tree
Showing 6 changed files with 1,099 additions and 2 deletions.
7 changes: 6 additions & 1 deletion src/plugins/score-plugin-gfx/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,9 @@ set(HDRS
Gfx/CameraSettings.hpp
Gfx/CameraDevice.hpp
Gfx/WindowDevice.hpp

Gfx/LibavOutputDevice.hpp
Gfx/LibavOutputSettings.hpp
Gfx/LibavEncoder.hpp
# Gfx/graph/hap/source/hap.h

score_plugin_gfx.hpp
Expand Down Expand Up @@ -200,9 +202,12 @@ set(SRCS
Gfx/WindowDevice.cpp
Gfx/GfxInputDevice.cpp

Gfx/LibavOutputDevice.cpp

Gfx/Settings/Model.cpp
Gfx/Settings/Presenter.cpp
Gfx/Settings/View.cpp
Gfx/LibavEncoder.cpp

score_plugin_gfx.cpp

Expand Down
Loading

0 comments on commit 7761b5c

Please sign in to comment.