X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=ext%2Ftheora%2FMakefile.am;h=ff423a9e406620205d3a2ddc023facb01e05b2a2;hb=65307dd1323ba8200893b51c917bb175f11e5e4f;hp=c4a5eec296741016b82c63ba1144fb2e5491d0cb;hpb=296e1bf3dd756c939a622422ced3e639fa0cce04;p=platform%2Fupstream%2Fgstreamer.git diff --git a/ext/theora/Makefile.am b/ext/theora/Makefile.am index c4a5eec..ff423a9 100644 --- a/ext/theora/Makefile.am +++ b/ext/theora/Makefile.am @@ -11,8 +11,8 @@ libgsttheora_la_SOURCES = gsttheora.c \ libgsttheora_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(THEORA_CFLAGS) libgsttheora_la_LIBADD = \ - $(top_builddir)/gst-libs/gst/tag/libgsttag-$(GST_MAJORMINOR).la \ - $(top_builddir)/gst-libs/gst/video/libgstvideo-$(GST_MAJORMINOR).la \ + $(top_builddir)/gst-libs/gst/tag/libgsttag-$(GST_API_VERSION).la \ + $(top_builddir)/gst-libs/gst/video/libgstvideo-$(GST_API_VERSION).la \ $(GST_BASE_LIBS) \ $(GST_LIBS) \ $(THEORA_LIBS)