[vlc-commits] [Git][videolan/vlc][master] avsamplebuffer: Fix unicode whitespace compile warning
Felix Paul Kühne (@fkuehne)
gitlab at videolan.org
Fri Jun 14 18:57:02 UTC 2024
Felix Paul Kühne pushed to branch master at VideoLAN / VLC
Commits:
b57700a4 by Claudio Cambra at 2024-06-14T18:43:11+00:00
avsamplebuffer: Fix unicode whitespace compile warning
Signed-off-by: Claudio Cambra <developer at claudiocambra.com>
- - - - -
1 changed file:
- modules/audio_output/apple/avsamplebuffer.m
Changes:
=====================================
modules/audio_output/apple/avsamplebuffer.m
=====================================
@@ -28,7 +28,7 @@
#import <vlc_plugin.h>
#import <vlc_aout.h>
-#if TARGET_OS_IPHONE || TARGET_OS_TV || TARGET_OS_VISION
+#if TARGET_OS_IPHONE || TARGET_OS_TV || TARGET_OS_VISION
#define HAS_AVAUDIOSESSION
#import "avaudiosession_common.h"
#endif
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/b57700a47b84c82981bea0bb9ad38852cc3523be
--
This project does not include diff previews in email notifications.
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/b57700a47b84c82981bea0bb9ad38852cc3523be
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