Mailing List Archive

[MythTV/mythtv] 8e4d4b: Fix conditional compilation expressions for USING_...
Branch: refs/heads/master
Home: https://github.com/MythTV/mythtv
Commit: 8e4d4b8cb9be2ea5f1d3e4fb587e0573235c3e3a
https://github.com/MythTV/mythtv/commit/8e4d4b8cb9be2ea5f1d3e4fb587e0573235c3e3a
Author: Klaas de Waal <klaas@kldo.nl>
Date: 2023-05-06 (Sat, 06 May 2023)

Changed paths:
M mythtv/libs/libmythtv/videosource.cpp
M mythtv/programs/mythfrontend/audiogeneralsettings.cpp

Log Message:
-----------
Fix conditional compilation expressions for USING_ALSA and USING_OSS

Change the remaining #if USING_xxx conditional compilation expressions
to #ifdef USING_xxx to fix a compilation warning about evaluation of an
undefiend value when USING_xxx is undefined.


_______________________________________________
mythtv-commits mailing list
mythtv-commits@mythtv.org
http://lists.mythtv.org/mailman/listinfo/mythtv-commits