[vlc-commits] avcodec: Fix build

Hugo Beauzée-Luyssen git at videolan.org
Thu Sep 7 12:12:51 CEST 2017


vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Thu Sep  7 12:12:26 2017 +0200| [c40e4583ca2f4261a14359fe2cbe5386e55497c5] | committer: Hugo Beauzée-Luyssen

avcodec: Fix build

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

 modules/codec/avcodec/avcommon.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/codec/avcodec/avcommon.h b/modules/codec/avcodec/avcommon.h
index 543b4947b6..4c917703c2 100644
--- a/modules/codec/avcodec/avcommon.h
+++ b/modules/codec/avcodec/avcommon.h
@@ -31,6 +31,7 @@
 #include <vlc_avcodec.h>
 #include <vlc_configuration.h>
 #include <vlc_variables.h>
+#include <vlc_es.h>
 
 #include <limits.h>
 



More information about the vlc-commits mailing list