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-15 00:44:19 +09:00
Code Issues Packages Projects Releases Wiki Activity
Files
master
FreeRDP/cmake/FindFAAD2.cmake

13 lines
319 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(FAAD2_INCLUDE_DIR faad.h)
find_library(FAAD2_LIBRARY faad)
find_package_handle_standard_args(FAAD2 DEFAULT_MSG FAAD2_INCLUDE_DIR FAAD2_LIBRARY)
if(FAAD2_FOUND)
[cmake,format] reformat all cmake files
2024-11-27 20:31:31 +01:00
set(FAAD2_LIBRARIES ${FAAD2_LIBRARY})
set(FAAD2_INCLUDE_DIRS ${FAAD2_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(FAAD2_INCLUDE_DIR FAAD2_LIBRARY)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 288ms Template: 7ms
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