diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-12-08 14:49:20 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-12-08 14:49:20 +0000 |
commit | b1cb01eaecafe83a72acfbe4c301eafa8566c919 (patch) | |
tree | 66ab1aab0fce5a59d5ba805f3873321ccb66e7d2 | |
parent | a26304afaa6f36fe7e100d8a3a816b489350c4fd (diff) |
parallel install fixes
Original commit message from CVS:
parallel install fixes
m--------- | common | 0 | ||||
-rw-r--r-- | ext/ffmpeg/Makefile.am | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/common b/common -Subproject c73793f7022cbc8ffd39f9c0b0587078f47c0b0 +Subproject 92ff5101d55c0f853620bf13f8dd52899282413 diff --git a/ext/ffmpeg/Makefile.am b/ext/ffmpeg/Makefile.am index 0f3af94..ee09b88 100644 --- a/ext/ffmpeg/Makefile.am +++ b/ext/ffmpeg/Makefile.am @@ -1,4 +1,4 @@ -plugindir = $(libdir)/gst +plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ plugin_LTLIBRARIES = libgstffmpeg.la |