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

mixxx: option for AAC support, fixes #29472 #33587

Closed
wants to merge 0 commits into from
Closed

Conversation

willtim
Copy link
Contributor

@willtim willtim commented Jan 7, 2018

Motivation for this change

Ticket open for lack of AAC support (#29472).
I myself also wanted AAC support in Mixxx

Things done
  • Added a flag "aacSupport" (currently defaulting to false, although I would personally prefer a default to true).

  • I have tested building and installing the package, with and without this flag set, on NixOS

  • I have tested mixxx with and without this flag set, observing working AAC support when it is set.

  • Tested using sandboxing (nix.useSandbox on NixOS, or option build-use-sandbox in nix.conf on non-NixOS)

  • Built on platform(s)

    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)

  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"

  • Tested execution of all binary files (usually in ./result/bin/)

  • Fits CONTRIBUTING.md.


@@ -2,8 +2,11 @@
, libopus, libshout, libsndfile, libusb1, libvorbis, pkgconfig
, portaudio, portmidi, protobuf, qt4, rubberband, scons, sqlite
, taglib, vampSDK
, aacSupport ? false, faad2 ? null, mp4v2 ? null
Copy link
Member

@adisbladis adisbladis Jan 8, 2018

Choose a reason for hiding this comment

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

I would actually prefer this not to be optional unless there is a good reason to.
At the very least I think it should default to true.

@adisbladis
Copy link
Member

adisbladis commented Jan 9, 2018

Pushed to master in 067cac7

Thank you for your contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants