~ubuntu-branches/ubuntu/lucid/mythtv/lucid

« back to all changes in this revision

Viewing changes to libs/libavcodec/libavcodec.pro

  • Committer: Bazaar Package Importer
  • Author(s): Mario Limonciello
  • Date: 2009-09-08 23:08:37 UTC
  • mfrom: (1.1.32 upstream)
  • Revision ID: james.westby@ubuntu.com-20090908230837-zrm2j6wutp76hwso
Tags: 0.22.0~trunk21742-0ubuntu1
* New upstream checkout (21742)
  - Fixes FTBFS on PPC. See changeset 21571 for more details.

Show diffs side-by-side

added added

removed removed

Lines of Context:
501
501
}
502
502
 
503
503
contains( ARCH_X86, yes ) {
504
 
    contains( CONFIG_MLP_DECODER, yes ) {
505
 
        SOURCES *= x86/mlpdsp_inc.c
506
 
    }
507
 
    contains( CONFIG_TRUEHD_DECODER, yes ) { SOURCES *= x86/mlpdsp.c }
 
504
    contains( CONFIG_MLP_DECODER, yes )    { SOURCES *= x86/mlpdsp_inc.c }
 
505
    contains( CONFIG_TRUEHD_DECODER, yes ) { SOURCES *= x86/mlpdsp_inc.c }
508
506
}
509
507
 
510
508
contains( HAVE_MMX, yes ) {