[vlc-commits] [Git][videolan/vlc][master] meson: fix build
Steve Lhomme (@robUx4)
gitlab at videolan.org
Tue May 7 09:17:48 UTC 2024
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
5762f3f1 by Thomas Guillem at 2024-05-07T10:27:44+02:00
meson: fix build
Regression from 63f3e39652a7179b5d07c968471b5601810fc3a8
- - - - -
1 changed file:
- modules/audio_output/meson.build
Changes:
=====================================
modules/audio_output/meson.build
=====================================
@@ -94,7 +94,7 @@ if have_osx or have_ios or have_tvos
frameworks['CoreMedia'],
frameworks['Foundation'],
frameworks['AVFoundation'],
- ]
+ ],
'objc_args' : ['-fobjc-arc']
}
endif
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/5762f3f17e156e49a8759ba14212c3cd50dc7d6f
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/5762f3f17e156e49a8759ba14212c3cd50dc7d6f
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