Commit 595e624f authored by Martin Storsjö's avatar Martin Storsjö

omxil: Signal OMX version 1.1.2 when targeting raspberry pi

The broadcom OMX IL core requires this in order to respond to
requests.

In principle, this shouldn't probably break other OMX implementations,
unless they are picky about it in the same way, requiring version
1.1.1, but still keeping it behind ifdefs just in case.
Signed-off-by: default avatarMartin Storsjö <martin@martin.st>
parent 5004dc0c
......@@ -29,6 +29,11 @@
#define OMX_VERSION_MINOR 0
#define OMX_VERSION_REV 0
#define OMX_VERSION_STEP 0
#elif defined(RPI_OMX)
#define OMX_VERSION_MAJOR 1
#define OMX_VERSION_MINOR 1
#define OMX_VERSION_REV 2
#define OMX_VERSION_STEP 0
#else
#define OMX_VERSION_MAJOR 1
#define OMX_VERSION_MINOR 1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment