Commit 3cc1aa14 authored by David Fuhrmann's avatar David Fuhrmann

vda: fix linking

parent 9b2c48de
......@@ -285,6 +285,7 @@ libvda_plugin_la_SOURCES = \
codec/avcodec/vda.c
libvda_plugin_la_CFLAGS = $(AM_CFLAGS) $(AVCODEC_CFLAGS)
libvda_plugin_la_LDFLAGS = -Wl,-framework,CoreFoundation,-framework,VideoDecodeAcceleration,-framework,QuartzCore
libvda_plugin_la_LIBADD = $(AVCODEC_LIBS)
if HAVE_AVCODEC_VDA
codec_LTLIBRARIES += libvda_plugin.la
endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment