Browse Source

auhal: use the system constants from vlc_aout

vlc_aout.h is included from coreaudio_common.h.
pull/162/head
Steve Lhomme 3 years ago
parent
commit
c09a9dfd51
  1. 3
      modules/audio_output/auhal.c

3
modules/audio_output/auhal.c

@ -41,9 +41,6 @@
#pragma mark local prototypes & module descriptor
#define AOUT_VOLUME_DEFAULT 256
#define AOUT_VOLUME_MAX 512
#define VOLUME_TEXT N_("Audio volume")
#define DEVICE_TEXT N_("Last audio device")

Loading…
Cancel
Save