[vlc-commits] [Git][videolan/vlc][master] vlc_input: don't include vlc_vout_osd.h
Steve Lhomme (@robUx4)
gitlab at videolan.org
Thu Feb 27 09:45:49 UTC 2025
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
94131dd8 by Steve Lhomme at 2025-02-27T09:31:53+00:00
vlc_input: don't include vlc_vout_osd.h
It is not essential to handle inputs and is not used in this header.
- - - - -
4 changed files:
- include/vlc_input.h
- modules/control/hotkeys.c
- src/player/osd.c
- src/player/player.c
Changes:
=====================================
include/vlc_input.h
=====================================
@@ -38,7 +38,6 @@
#include <vlc_epg.h>
#include <vlc_input_item.h>
#include <vlc_vout.h>
-#include <vlc_vout_osd.h>
#include <string.h>
=====================================
modules/control/hotkeys.c
=====================================
@@ -40,6 +40,7 @@
#include <vlc_actions.h>
#include <vlc_spu.h>
#include <vlc_executor.h>
+#include <vlc_vout_osd.h>
#include "math.h"
struct intf_sys_t
=====================================
src/player/osd.c
=====================================
@@ -26,6 +26,7 @@
#include <vlc_common.h>
#include <vlc_memstream.h>
+#include <vlc_vout_osd.h>
#include "player.h"
#include "input/resource.h"
=====================================
src/player/player.c
=====================================
@@ -32,6 +32,7 @@
#include <vlc_decoder.h>
#include <vlc_memstream.h>
#include <vlc_http.h>
+#include <vlc_vout_osd.h>
#include "../libvlc.h"
#include "input/resource.h"
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/94131dd8de69026c1fc96350a70940652392f8d4
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/94131dd8de69026c1fc96350a70940652392f8d4
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list