[vlc-commits] vda: fix linking

David Fuhrmann git at videolan.org
Sun Sep 22 10:53:47 CEST 2013


vlc | branch: master | David Fuhrmann <david.fuhrmann at googlemail.com> | Mon Sep 16 21:39:15 2013 +0200| [3cc1aa1417e7d2d5e47688c3a07c1c527cf89ee3] | committer: David Fuhrmann

vda: fix linking

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3cc1aa1417e7d2d5e47688c3a07c1c527cf89ee3
---

 modules/codec/Makefile.am |    1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/codec/Makefile.am b/modules/codec/Makefile.am
index 7616909..bf73069 100644
--- a/modules/codec/Makefile.am
+++ b/modules/codec/Makefile.am
@@ -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



More information about the vlc-commits mailing list