[vlc-commits] [Git][videolan/vlc][master] aribsub: remove useless include guard
Hugo Beauzée-Luyssen (@chouquette)
gitlab at videolan.org
Wed Aug 11 18:36:28 UTC 2021
Hugo Beauzée-Luyssen pushed to branch master at VideoLAN / VLC
Commits:
19875f31 by Marvin Scholz at 2021-08-11T15:01:27+00:00
aribsub: remove useless include guard
This file requires aribb24, so without the includes it does not
compile at all, making the conditional includes here useless.
- - - - -
1 changed file:
- modules/codec/arib/aribsub.c
Changes:
=====================================
modules/codec/arib/aribsub.c
=====================================
@@ -28,11 +28,9 @@
#include <vlc_plugin.h>
#include <vlc_codec.h>
-#ifdef HAVE_ARIBB24
#include "substext.h"
#include <aribb24/parser.h>
#include <aribb24/decoder.h>
-#endif
//#define DEBUG_ARIBSUB 1
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/19875f31674b2bd4058b72dc4dfb19cc2b7669b0
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/19875f31674b2bd4058b72dc4dfb19cc2b7669b0
You're receiving this email because of your account on code.videolan.org.
More information about the vlc-commits
mailing list