Logo
Explore Help
Sign In
morgan/FreeRDP
1
0
Fork 0
You've already forked FreeRDP
mirror of https://github.com/morgan9e/FreeRDP synced 2026-04-14 16:34:18 +09:00
Code Issues Packages Projects Releases Wiki Activity
Files
master
FreeRDP/cmake/FindFAAC.cmake

13 lines
307 B
CMake
Raw Permalink Normal View History

Rewrite of sound and microphone channels The sound and microphone redirection channels (and in part TSMF) did not properly decouple encoding/decoding from the backends used to play/record sound. Encapsulating encoding/decoding in rewritten freerdp_dsp_* functions with variable backends, simplifying alsa/oss/pulse/... audio backends.
2018-02-20 12:15:30 +01:00
find_path(FAAC_INCLUDE_DIR faac.h)
find_library(FAAC_LIBRARY faac)
find_package_handle_standard_args(FAAC DEFAULT_MSG FAAC_INCLUDE_DIR FAAC_LIBRARY)
if(FAAC_FOUND)
[cmake,format] reformat all cmake files
2024-11-27 20:31:31 +01:00
set(FAAC_LIBRARIES ${FAAC_LIBRARY})
set(FAAC_INCLUDE_DIRS ${FAAC_INCLUDE_DIR})
Rewrite of sound and microphone channels The sound and microphone redirection channels (and in part TSMF) did not properly decouple encoding/decoding from the backends used to play/record sound. Encapsulating encoding/decoding in rewritten freerdp_dsp_* functions with variable backends, simplifying alsa/oss/pulse/... audio backends.
2018-02-20 12:15:30 +01:00
endif()
mark_as_advanced(FAAC_INCLUDE_DIR FAAC_LIBRARY)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 232ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API