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:
Sebastian Dröge 2017-05-24 11:47:47 +03:00
parent ec27bb09dc
commit 64ccac4bfb

View file

@ -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