[vlc-commits] omxil: fix compilation

Jean-Baptiste Kempf git at videolan.org
Mon Jul 10 10:08:12 CEST 2017


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Jul 10 10:08:00 2017 +0200| [54f37b71e69a59aa995e325076a2aff75f885cb4] | committer: Jean-Baptiste Kempf

omxil: fix compilation

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=54f37b71e69a59aa995e325076a2aff75f885cb4
---

 modules/codec/omxil/omxil_utils.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/modules/codec/omxil/omxil_utils.h b/modules/codec/omxil/omxil_utils.h
index d5dedd3afc..db0a381d4b 100644
--- a/modules/codec/omxil/omxil_utils.h
+++ b/modules/codec/omxil/omxil_utils.h
@@ -21,6 +21,8 @@
  * Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
+#include <vlc_es.h>
+
 /*****************************************************************************
  * OMX macros
  *****************************************************************************/



More information about the vlc-commits mailing list