Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

COM-12646: Remove .wav and .md5 code from AAC test suite generator #223

Merged
merged 3 commits into from
Dec 18, 2024

Conversation

mdimopoulos
Copy link
Contributor

No description provided.

Makefile Outdated
if ! dpkg -l | grep gcc-multilib -c >>/dev/null; then sudo apt-get install gcc-multilib; fi
if ! dpkg -l | grep g++-multilib -c >>/dev/null; then sudo apt-get install g++-multilib; fi
ifeq ($(KERNEL_NAME), Linux)
if ! dpkg -l | grep gcc-multilib -c >>/dev/null; then sudo apt-get install gcc-multilib; fi && true
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why && true? or why not also in mpeg_4_aac_reference_decoder?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the feedback. I need to remove && true because i added the ifeq

@mdimopoulos mdimopoulos marked this pull request as ready for review December 16, 2024 16:37
- Replaced md5 expected checksums of .wav reference files
with .pcm output of reference decoders
- Many expected checksums are empty due to decoding failure
of reference decoder with those test vectors
@mcesariniflu mcesariniflu merged commit 05dee2a into master Dec 18, 2024
3 checks passed
@mcesariniflu mcesariniflu deleted the COM-12646 branch December 18, 2024 13:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants