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
@ -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…
x
Reference in New Issue
Block a user