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

« back to all changes in this revision

Viewing changes to programs/mythfrontend/globalsettings.cpp

  • 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:
82
82
#endif
83
83
#ifdef USING_MINGW
84
84
        gc->addSelection("Windows:");
85
 
#endif
86
 
#ifdef USING_DIRECTX
87
85
        gc->addSelection("DirectX:");
88
86
#endif
89
87
    gc->addSelection("NULL", "NULL");
169
167
#ifdef USING_ALSA
170
168
    gc->addSelection("ALSA:default", "ALSA:default");
171
169
#endif
172
 
#ifdef USING_DIRECTX
 
170
#ifdef USING_MINGW
173
171
    gc->addSelection("DirectX:", "DirectX:");
174
 
#endif
175
 
#ifdef USING_WINAUDIO
176
172
    gc->addSelection("Windows:", "Windows:");
177
173
#endif
178
174