diff --git a/setup.h.in b/setup.h.in index b76c4dcaf5..3a105cec2d 100644 --- a/setup.h.in +++ b/setup.h.in @@ -656,6 +656,10 @@ * Use wave class */ #define wxUSE_SOUND 0 +/* + * Use wxMediaCtrl class + */ +#define wxUSE_MEDIACTRL 0 /* * Use config system */ diff --git a/setup.h_vms b/setup.h_vms index fc662c2163..f82c4156e8 100644 --- a/setup.h_vms +++ b/setup.h_vms @@ -672,6 +672,10 @@ * Use wave class */ #define wxUSE_SOUND 1 +/* + * Use wxMediaCtrl class + */ +#define wxUSE_MEDIACTRL 0 /* * Use config system */