diff options
author | Philippe Kalaf <philippe.kalaf@collabora.co.uk> | 2005-07-16 19:27:54 +0000 |
---|---|---|
committer | Philippe Kalaf <philippe.kalaf@collabora.co.uk> | 2005-07-16 19:27:54 +0000 |
commit | 33fe616dc1aaabe89f44e8190602f7071e72ec49 (patch) | |
tree | 6c61ad0956254f627e13798c8edd6c5cdc64d8b6 /configure.ac | |
parent | f6f3418b194c0458edf1a8c46ab2ec578486db27 (diff) |
gst/fdsrc/: Moved fdsrc 0.9 port from gstreamer/gst/elements to here.
Original commit message from CVS:
2005-07-16 Philippe Khalaf <burger@speedy.org>
* gst/fdsrc/gstfdsrc.c:
* gst/fdsrc/gstfdsrc.h:
* gst/fdsrc/Makefile.am:
Moved fdsrc 0.9 port from gstreamer/gst/elements to here.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 07bc44a9..b28cbe38 100644 --- a/configure.ac +++ b/configure.ac @@ -303,6 +303,7 @@ GST_PLUGINS_ALL="\ alpha \ avi \ effectv \ + fdsrc \ goom \ law \ level \ @@ -529,6 +530,7 @@ gst/Makefile gst/alpha/Makefile gst/avi/Makefile gst/effectv/Makefile +gst/fdsrc/Makefile gst/goom/Makefile gst/law/Makefile gst/level/Makefile |