[vlc-devel] commit: Fixed includes in vlc_codec.h (Laurent Aimar )
git version control
git at videolan.org
Sat May 16 20:22:55 CEST 2009
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Sat May 16 19:47:32 2009 +0200| [60e2892e520b72b8b83ff60fc276fa05db2d2e0d] | committer: Laurent Aimar
Fixed includes in vlc_codec.h
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=60e2892e520b72b8b83ff60fc276fa05db2d2e0d
---
include/vlc_codec.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/include/vlc_codec.h b/include/vlc_codec.h
index 291581c..512dcf3 100644
--- a/include/vlc_codec.h
+++ b/include/vlc_codec.h
@@ -26,6 +26,8 @@
#include <vlc_block.h>
#include <vlc_es.h>
+#include <vlc_picture.h>
+#include <vlc_subpicture.h>
/**
* \file
More information about the vlc-devel
mailing list