From 19357940a57c565ebe319729bd08d6e4800aff5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Sat, 1 Mar 2008 04:00:18 +0100 Subject: Update to the new FFmpeg's include directory. This also allows to remove the comment stating the includes come from libavutil, as it's now explicit. --- src/video_out/video_out_opengl.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/video_out/video_out_opengl.c') diff --git a/src/video_out/video_out_opengl.c b/src/video_out/video_out_opengl.c index c1416963c..2f3faed13 100644 --- a/src/video_out/video_out_opengl.c +++ b/src/video_out/video_out_opengl.c @@ -47,8 +47,7 @@ #include #include -/* libavutil from FFmpeg */ -#include +#include /* defines for debugging extensions only */ /* #define GL_GLEXT_LEGACY */ -- cgit v1.2.3