[vlc-commits] [Git][videolan/vlc][3.0.x] OpenMAX IL: add more missing extern qualifiers
David (@dfuhrmann)
gitlab at videolan.org
Wed Aug 24 16:12:56 UTC 2022
David pushed to branch 3.0.x at VideoLAN / VLC
Commits:
7a1446e3 by Johannes Kauffmann at 2022-08-24T15:59:10+00:00
OpenMAX IL: add more missing extern qualifiers
Amends 8e50cc985ed1e6e42387af0383c37cfb5ffbf1d7.
This should fix #24617, which is still an issue on 3.0.x (cf. #27256).
- - - - -
1 changed file:
- modules/codec/omxil/omxil_core.h
Changes:
=====================================
modules/codec/omxil/omxil_core.h
=====================================
@@ -34,9 +34,9 @@ extern OMX_ERRORTYPE (*pf_component_enum)(OMX_STRING, OMX_U32, OMX_U32);
extern OMX_ERRORTYPE (*pf_get_roles_of_component)(OMX_STRING, OMX_U32 *, OMX_U8 **);
/* Extra IOMX android functions. Can be NULL if we don't link with libiomx */
-OMX_ERRORTYPE (*pf_enable_graphic_buffers)(OMX_HANDLETYPE, OMX_U32, OMX_BOOL);
-OMX_ERRORTYPE (*pf_get_graphic_buffer_usage)(OMX_HANDLETYPE, OMX_U32, OMX_U32*);
-OMX_ERRORTYPE (*pf_get_hal_format) (const char *, int *);
+extern OMX_ERRORTYPE (*pf_enable_graphic_buffers)(OMX_HANDLETYPE, OMX_U32, OMX_BOOL);
+extern OMX_ERRORTYPE (*pf_get_graphic_buffer_usage)(OMX_HANDLETYPE, OMX_U32, OMX_U32*);
+extern OMX_ERRORTYPE (*pf_get_hal_format) (const char *, int *);
int InitOmxCore(vlc_object_t *p_this);
void DeinitOmxCore(void);
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/7a1446e3852faaa22012b541332bef226e721843
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/7a1446e3852faaa22012b541332bef226e721843
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list