diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-12-26 10:53:21 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-12-26 10:53:21 +0000 |
commit | e947d5f47236746e43d2661a51b8eeb08b3b45a2 (patch) | |
tree | d754992d82cac3e0a3e558440be5295c96f1a0ce /gst-libs/Makefile.am | |
parent | 0ecc91bfd8e00a14dac91b9ff44197a563e7c30a (diff) | |
download | gstreamer-plugins-bad-e947d5f47236746e43d2661a51b8eeb08b3b45a2.tar.gz |
slurp in ffmpeg a) please test b) please help me figure out how to portably link in a .a file in our .so plugin
Original commit message from CVS:
slurp in ffmpeg
a) please test
b) please help me figure out how to portably link in a .a file in our
.so plugin
Diffstat (limited to 'gst-libs/Makefile.am')
-rw-r--r-- | gst-libs/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gst-libs/Makefile.am b/gst-libs/Makefile.am index 003bbf648..c77dc6215 100644 --- a/gst-libs/Makefile.am +++ b/gst-libs/Makefile.am @@ -1,3 +1 @@ -SUBDIRS = gst - -DIST_SUBDIRS = gst +SUBDIRS = gst ext |