[vlc-commits] videotoolbox: try and fix linking after 241ab741
Jean-Baptiste Kempf
git at videolan.org
Sun Nov 12 11:43:58 CET 2017
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Nov 12 11:43:01 2017 +0100| [f565eeeb9f05e25739e491c030fa80d7fdbc3991] | committer: Jean-Baptiste Kempf
videotoolbox: try and fix linking after 241ab741
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f565eeeb9f05e25739e491c030fa80d7fdbc3991
---
modules/codec/Makefile.am | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/modules/codec/Makefile.am b/modules/codec/Makefile.am
index 1fd99cfee3..5cea916541 100644
--- a/modules/codec/Makefile.am
+++ b/modules/codec/Makefile.am
@@ -355,7 +355,8 @@ endif
if HAVE_TVOS
libvideotoolbox_plugin_la_OBJCFLAGS = $(AM_OBJCFLAGS) -mtvos-version-min=10.2
endif
-libvideotoolbox_plugin_la_LDFLAGS = video_chroma_copy.la $(AM_LDFLAGS) -rpath '$(codecdir)' -Wl,-framework,Foundation -Wl,-framework,VideoToolbox -Wl,-framework,CoreMedia -Wl,-framework,CoreVideo
+libvideotoolbox_plugin_la_LIBADD = video_chroma_copy.la
+libvideotoolbox_plugin_la_LDFLAGS = $(AM_LDFLAGS) -rpath '$(codecdir)' -Wl,-framework,Foundation -Wl,-framework,VideoToolbox -Wl,-framework,CoreMedia -Wl,-framework,CoreVideo
EXTRA_LTLIBRARIES += libvideotoolbox_plugin.la
codec_LTLIBRARIES += $(LTLIBvideotoolbox)
More information about the vlc-commits
mailing list