-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Informational source: - See `copts`, `defines`, and `local_defines` at https://bazel.build/reference/be/c-cpp#cc_library for informational purposes. - Primary change: - Move `FLAC__NO_DLL` from `copts` to `defines` which are propagated to all users of the library. - This propagates to `iamf_tools/iamf/cli:flac_encoder` which allows it to link correctly. - Drive-by changes: - Move other FLAC defines from `copts` to `local_defines` which is preferred. - Enable `flac_encoder` tests on Windows GitHub CI now that this component works correctly. - Adjust some `linkopts` and `defines` which are not needed on all platforms. - Remove obsolete `flac_encoder_windows.cc` which was only useful to provide stubs. PiperOrigin-RevId: 671855541
- Loading branch information
Showing
4 changed files
with
24 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.