Skip to content
This repository has been archived by the owner on May 18, 2023. It is now read-only.

Commit

Permalink
Merge pull request #35 from nhand42/omx_typedef
Browse files Browse the repository at this point in the history
multiple definition of OMX_RENDER_TRANSITION - fixes build failure with gcc-10
  • Loading branch information
HaarigerHarald committed Jan 13, 2021
2 parents 2f27c1d + 3294002 commit d1e4553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omx_render.h
Expand Up @@ -64,7 +64,7 @@ typedef struct OMX_RENDER_DISP_CONF{

} OMX_RENDER_DISP_CONF;

struct OMX_RENDER_TRANSITION{
typedef struct OMX_RENDER_TRANSITION{
enum transition_t{NONE, BLEND} type;
int durationMs;

Expand Down

0 comments on commit d1e4553

Please sign in to comment.