vlc | branch: master | Rémi Denis-Courmont <[email protected]> | Wed Jun 24 
20:31:10 2015 +0300| [a7598a17506e424baae0e9e1d451123084b0f79a] | committer: 
Rémi Denis-Courmont

image: remove dependency on vout

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

 include/vlc_image.h |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/vlc_image.h b/include/vlc_image.h
index fc8b2a9..0b9ab9e 100644
--- a/include/vlc_image.h
+++ b/include/vlc_image.h
@@ -24,13 +24,13 @@
 #ifndef VLC_IMAGE_H
 #define VLC_IMAGE_H 1
 
+# include <vlc_picture.h>
+
 /**
  * \file
  * This file defines functions and structures for image conversions in vlc
  */
 
-#include <vlc_vout.h>
-
 # ifdef __cplusplus
 extern "C" {
 # endif

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to