[MOVED FROM BAD 123/134] vp8: Use pkg-config file for getting the LIBS and CFLAGS

This commit is contained in:
Sebastian Dröge 2012-08-09 13:37:22 +02:00
parent 26f1269486
commit 58e8efb6f7

View file

@ -8,13 +8,12 @@ libgstvp8_la_SOURCES = \
plugin.c
libgstvp8_la_CFLAGS = \
$(GST_PLUGINS_BAD_CFLAGS) \
$(GST_PLUGINS_BASE_CFLAGS) \
$(GST_BASE_CFLAGS) \
$(GST_CFLAGS) \
$(VPX_CFLAGS) \
-DGST_USE_UNSTABLE_API
libgstvp8_la_LIBADD = \
$(top_builddir)/gst-libs/gst/video/libgstbasevideo-@GST_API_VERSION@.la \
$(GST_PLUGINS_BASE_LIBS) -lgsttag-@GST_API_VERSION@ -lgstvideo-@GST_API_VERSION@ \
$(GST_BASE_LIBS) $(GST_LIBS) $(VPX_LIBS)
libgstvp8_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)