[vlc-commits] [Git][videolan/vlc][master] build: Fix missing CoreImage dependency for darwin platforms
Steve Lhomme (@robUx4)
gitlab at videolan.org
Thu Aug 15 17:51:32 UTC 2024
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
d8aa562e by Maxime Chapelet at 2024-08-15T17:37:18+00:00
build: Fix missing CoreImage dependency for darwin platforms
- - - - -
1 changed file:
- modules/video_output/Makefile.am
Changes:
=====================================
modules/video_output/Makefile.am
=====================================
@@ -79,10 +79,10 @@ libsamplebufferdisplay_plugin_la_SOURCES = video_output/apple/VLCSampleBufferDis
libsamplebufferdisplay_plugin_la_OBJCFLAGS = $(AM_OBJCFLAGS) -fobjc-arc
if HAVE_OSX
libsamplebufferdisplay_plugin_la_LDFLAGS = $(AM_LDFLAGS) -rpath '$(voutdir)' \
- -Wl,-framework,AVFoundation,-framework,AVKit,-framework,Cocoa,-framework,CoreMedia,-framework,QuartzCore,-framework,CoreGraphics,-framework,CoreVideo,-framework,VideoToolbox
+ -Wl,-framework,AVFoundation,-framework,AVKit,-framework,Cocoa,-framework,CoreMedia,-framework,QuartzCore,-framework,CoreGraphics,-framework,CoreVideo,-framework,VideoToolbox,-framework,CoreImage
else
libsamplebufferdisplay_plugin_la_LDFLAGS = $(AM_LDFLAGS) -rpath '$(voutdir)' \
- -Wl,-framework,AVFoundation,-framework,Foundation,-framework,AVKit,-framework,UIKit,-framework,CoreMedia,-framework,QuartzCore,-framework,CoreGraphics,-framework,CoreVideo,-framework,VideoToolbox
+ -Wl,-framework,AVFoundation,-framework,Foundation,-framework,AVKit,-framework,UIKit,-framework,CoreMedia,-framework,QuartzCore,-framework,CoreGraphics,-framework,CoreVideo,-framework,VideoToolbox,-framework,CoreImage
endif
vout_LTLIBRARIES += libsamplebufferdisplay_plugin.la
endif
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/d8aa562e3d55af2ecb5890c20941ca54a0e63a22
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/d8aa562e3d55af2ecb5890c20941ca54a0e63a22
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