[vlc-commits] Added missing config.h include (opengl)

Laurent Aimar git at videolan.org
Sun May 29 11:09:51 CEST 2011


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Thu May 26 22:48:57 2011 +0200| [6a36c6c04ed6adfa4eb4e282ca1aeeed213b8f2b] | committer: Laurent Aimar

Added missing config.h include (opengl)

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

 modules/video_output/opengl.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/modules/video_output/opengl.c b/modules/video_output/opengl.c
index ce7d5ed..6e272dd 100644
--- a/modules/video_output/opengl.c
+++ b/modules/video_output/opengl.c
@@ -24,6 +24,9 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
 
 #include <vlc_common.h>
 #include <vlc_picture_pool.h>



More information about the vlc-commits mailing list