mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 11:11:08 +00:00
audio: include audio enumtypes
This commit is contained in:
parent
e620dbc57d
commit
278b0f093b
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,8 @@
|
|||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
#include <gst/audio/audio-enumtypes.h>
|
||||
|
||||
#if G_BYTE_ORDER == G_BIG_ENDIAN
|
||||
#define _GST_AUDIO_FORMAT_NE(fmt) GST_AUDIO_FORMAT_ ## fmt ## BE
|
||||
#elif G_BYTE_ORDER == G_LITTLE_ENDIAN
|
||||
|
|
Loading…
Reference in a new issue