diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-12-08 14:50:10 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@noraisin.net> | 2009-05-15 23:35:04 +0100 |
commit | a22a0d423d0df334476666d070f3261af2880811 (patch) | |
tree | 65d969c4c241455076e957b69d2d6513d4755bee /gst/y4m | |
parent | ad46cc2cb3e1f10250c1d334f874c8106d3fb387 (diff) |
[MOVED FROM BAD] parallel install fixes
Original commit message from CVS:
parallel install fixes
Diffstat (limited to 'gst/y4m')
-rw-r--r-- | gst/y4m/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/y4m/Makefile.am b/gst/y4m/Makefile.am index 7c2adc7d8..c2928cce3 100644 --- a/gst/y4m/Makefile.am +++ b/gst/y4m/Makefile.am @@ -1,4 +1,4 @@ -plugindir = $(libdir)/gst +plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ plugin_LTLIBRARIES = libgsty4menc.la |