mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
openmpt: Fix compilation with 0.2.7386 as in Debian
The OPENMPT_API_VERSION_AT_LEAST macro does not exist.
This commit is contained in:
parent
ec27bb09dc
commit
64ccac4bfb
1 changed files with 3 additions and 0 deletions
|
@ -43,6 +43,9 @@
|
|||
|
||||
#include "gstopenmptdec.h"
|
||||
|
||||
#ifndef OPENMPT_API_VERSION_AT_LEAST
|
||||
#define OPENMPT_API_VERSION_AT_LEAST(x, y, z) (FALSE)
|
||||
#endif
|
||||
|
||||
GST_DEBUG_CATEGORY_STATIC (openmptdec_debug);
|
||||
#define GST_CAT_DEFAULT openmptdec_debug
|
||||
|
|
Loading…
Reference in a new issue