Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-57620

No sound on Linux

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P0: Blocker
    • 5.8.0 RC
    • 5.8.0
    • WebEngine
    • None
    • Ubuntu 14.04, Qt 5.8.0
    • b9d0b6933875005a5b1f17a53e29240faf4a440e

    Description

      WebEngine have absolutely no sound on Linux. It seems the configuration system has not been adjusted to the qtConfig() changes in qtbase and GYP_CONFIG always picks up use_pulseaudio=0 and use_alsa=0.

      config/linux.pri
      contains(QT_CONFIG, pulseaudio) {
          GYP_CONFIG += use_pulseaudio=1
      } else {
          GYP_CONFIG += use_pulseaudio=0
      }
      contains(QT_CONFIG, alsa) {
          GYP_CONFIG += use_alsa=1
      } else {
          GYP_CONFIG += use_alsa=0
      }
      

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            allan.jensen Allan Sandfeld Jensen
            davidsz Szabolcs David
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes