~ubuntu-branches/ubuntu/vivid/mpv/vivid

« back to all changes in this revision

Viewing changes to wscript

  • Committer: Package Import Robot
  • Author(s): Logan Rosen
  • Date: 2014-12-22 19:08:25 UTC
  • mfrom: (28.1.3 vivid-proposed)
  • Revision ID: package-import@ubuntu.com-20141222190825-bdtz8aiwvv65wpmi
Tags: 0.7.2-1ubuntu1
debian/rules: Disable altivec on ppc64el again, as it FTBFS with it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
539
539
    }, {
540
540
        'name': '--alsa',
541
541
        'desc': 'ALSA audio output',
542
 
        'func': check_pkg_config('alsa'),
 
542
        'func': check_pkg_config('alsa >= 1.0.18'),
543
543
    }, {
544
544
        'name': '--coreaudio',
545
545
        'desc': 'CoreAudio audio output',