vlc | branch: master | Laurent Aimar <[email protected]> | 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> _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
