[vlc-devel] commit: Do not include vout_control.h in mediacontrol_audio_video.c ( Laurent Aimar )
git version control
git at videolan.org
Sun Apr 26 14:04:28 CEST 2009
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Sun Apr 26 14:00:04 2009 +0200| [de79c114348c59eeae93fdeaa9ef5cea841e742f] | committer: Laurent Aimar
Do not include vout_control.h in mediacontrol_audio_video.c
It is simply unneeded.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=de79c114348c59eeae93fdeaa9ef5cea841e742f
---
src/control/mediacontrol_audio_video.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/control/mediacontrol_audio_video.c b/src/control/mediacontrol_audio_video.c
index 4cc984f..401adcf 100644
--- a/src/control/mediacontrol_audio_video.c
+++ b/src/control/mediacontrol_audio_video.c
@@ -40,8 +40,6 @@
#include <errno.h> /* ENOMEM */
#include <stdio.h>
#include <ctype.h>
-#define __LIBVLC__ /* WTF? */
-#include "../video_output/vout_control.h"
#ifdef HAVE_UNISTD_H
# include <unistd.h>
More information about the vlc-devel
mailing list