[vlc-devel] [PATCH] vpx: Fix --disable-sout builds
Hugo Beauzée-Luyssen
hugo at beauzee.fr
Wed Sep 28 10:27:55 CEST 2016
There might be a better fix though
---
modules/codec/vpx.c | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/modules/codec/vpx.c b/modules/codec/vpx.c
index ebee86b..49754f1 100644
--- a/modules/codec/vpx.c
+++ b/modules/codec/vpx.c
@@ -33,11 +33,8 @@
#include <vpx/vpx_decoder.h>
#include <vpx/vp8dx.h>
-
-#ifdef ENABLE_SOUT
-# include <vpx/vpx_encoder.h>
-# include <vpx/vp8cx.h>
-#endif
+#include <vpx/vpx_encoder.h>
+#include <vpx/vp8cx.h>
/****************************************************************************
* Local prototypes
--
2.9.3
More information about the vlc-devel
mailing list