summaryrefslogtreecommitdiffstats
path: root/libavdevice/alsa-audio.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavdevice/alsa-audio.h')
-rw-r--r--libavdevice/alsa-audio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavdevice/alsa-audio.h b/libavdevice/alsa-audio.h
index e49e2eb..6adde77 100644
--- a/libavdevice/alsa-audio.h
+++ b/libavdevice/alsa-audio.h
@@ -37,7 +37,7 @@
/* XXX: we make the assumption that the soundcard accepts this format */
/* XXX: find better solution with "preinit" method, needed also in
other formats */
-#ifdef WORDS_BIGENDIAN
+#if HAVE_BIGENDIAN
#define DEFAULT_CODEC_ID CODEC_ID_PCM_S16BE
#else
#define DEFAULT_CODEC_ID CODEC_ID_PCM_S16LE
OpenPOWER on IntegriCloud