mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-02 22:29:10 +00:00
LibMedia: Absorb LibAudio
LibMedia will be responsible for both audio and video decoding.
This commit is contained in:
parent
8b3bcf9c0f
commit
85fd2e281b
Notes:
github-actions[bot]
2024-09-12 08:02:40 +00:00
Author: https://github.com/gmta
Commit: 85fd2e281b
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1369
101 changed files with 195 additions and 211 deletions
|
@ -8,7 +8,7 @@ if(INCLUDE_FLAC_SPEC_TESTS)
|
|||
endif()
|
||||
set(FLAC_SPEC_TEST_GZ_URL https://github.com/ietf-wg-cellar/flac-test-files/archive/refs/heads/main.tar.gz)
|
||||
|
||||
set(FLAC_TEST_PATH ${CMAKE_BINARY_DIR}/Tests/LibAudio/FLAC CACHE PATH "Location of FLAC tests")
|
||||
set(FLAC_TEST_PATH ${CMAKE_BINARY_DIR}/Tests/LibMedia/FLAC CACHE PATH "Location of FLAC tests")
|
||||
set(FLAC_SPEC_TEST_GZ_PATH ${FLAC_TEST_PATH}/flac-spec-testsuite.tar.gz)
|
||||
set(FLAC_SPEC_TEST_PATH ${FLAC_TEST_PATH}/SpecTests)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue