UI: Add (AAC) audio encoder inspection helpers

This commit is contained in:
Palana
2015-07-02 09:52:59 +02:00
parent 473244da3c
commit 6a136ade4f
3 changed files with 175 additions and 0 deletions

View File

@@ -126,6 +126,7 @@ set(obs_SOURCES
hotkey-edit.cpp
source-label.cpp
remote-text.cpp
audio-encoders.cpp
qt-wrappers.cpp)
set(obs_HEADERS
@@ -166,6 +167,7 @@ set(obs_HEADERS
hotkey-edit.hpp
source-label.hpp
remote-text.hpp
audio-encoders.hpp
qt-wrappers.hpp)
set(obs_UI