diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2008-04-12 23:32:14 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2008-04-12 23:32:14 +0000 |
commit | 92bb41c8f8ec1ac0ab1fb44104b8201142c100b4 (patch) | |
tree | b39e8ba425daa594cf8efdab3017261f11b2d411 /ext/Makefile.am | |
parent | d5484250627113671bc82bd61bb9f5fa16df4258 (diff) | |
download | gst-plugins-bad-92bb41c8f8ec1ac0ab1fb44104b8201142c100b4.tar.gz gst-plugins-bad-92bb41c8f8ec1ac0ab1fb44104b8201142c100b4.tar.bz2 gst-plugins-bad-92bb41c8f8ec1ac0ab1fb44104b8201142c100b4.zip |
Remove soup plugin that's moved to -good (#523124)
Original commit message from CVS:
* configure.ac:
* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-bad-plugins-docs.sgml:
* docs/plugins/gst-plugins-bad-plugins-sections.txt:
* docs/plugins/gst-plugins-bad-plugins.args:
* docs/plugins/inspect/plugin-soup.xml:
* ext/Makefile.am:
* ext/soup/Makefile.am:
* ext/soup/gstsouphttpsrc.c:
* ext/soup/gstsouphttpsrc.h:
* tests/check/Makefile.am:
* tests/check/elements/souphttpsrc.c:
* tests/check/test-cert.pem:
* tests/check/test-key.pem:
Remove soup plugin that's moved to -good (#523124)
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r-- | ext/Makefile.am | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index 43b81777..8ed3191b 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -196,12 +196,6 @@ else OFA_DIR= endif -if USE_SOUP -SOUP_DIR=soup -else -SOUP_DIR= -endif - if USE_TIMIDITY TIMIDITY_DIR=timidity endif @@ -328,7 +322,6 @@ SUBDIRS=\ $(NAS_DIR) \ $(NEON_DIR) \ $(OFA_DIR) \ - $(SOUP_DIR) \ $(POLYP_DIR) \ $(SDL_DIR) \ $(SHOUT_DIR) \ @@ -370,7 +363,6 @@ DIST_SUBDIRS = \ nas \ neon \ ofa \ - soup \ sdl \ sndfile \ soundtouch \ |