Skip to content

Commit

Permalink
hw: vaapi: fix linking
Browse files Browse the repository at this point in the history
  • Loading branch information
tguillem committed Jun 21, 2017
1 parent ba4f08b commit b3be6ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/hw/vaapi/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ libvaapi_chroma_plugin_la_CFLAGS = $(AM_CFLAGS) $(LIBVA_CFLAGS)
libvaapi_chroma_plugin_la_LIBADD = $(AM_LIBADD) $(LIBVA_LIBS) libvlc_vaapi_instance.la

if HAVE_VAAPI
vaapi_LTLIBRARIES = libvlc_vaapi_instance.la \
libvaapi_chroma_plugin.la
pkglib_LTLIBRARIES += libvlc_vaapi_instance.la
vaapi_LTLIBRARIES = libvaapi_chroma_plugin.la
endif

0 comments on commit b3be6ce

Please sign in to comment.