diff options
author | Zaheer Abbas Merali <zaheerabbas@merali.org> | 2005-07-14 19:06:24 +0000 |
---|---|---|
committer | Zaheer Abbas Merali <zaheerabbas@merali.org> | 2005-07-14 19:06:24 +0000 |
commit | 69af162080fe4ae778b715ec21166a0a7372e035 (patch) | |
tree | 16c4128ac3a48eee4b0f30330122b9418d06d517 /configure.ac | |
parent | b77ac4a6aeeb700ae8ac5950b1750fb422fb60b0 (diff) | |
download | gst-plugins-bad-69af162080fe4ae778b715ec21166a0a7372e035.tar.gz gst-plugins-bad-69af162080fe4ae778b715ec21166a0a7372e035.tar.bz2 gst-plugins-bad-69af162080fe4ae778b715ec21166a0a7372e035.zip |
configure.ac: whoops committed something i shouldnt have from my tree :)
Original commit message from CVS:
2005-07-14 Zaheer Abbas Merali <zaheerabbas at merali dot org>
* configure.ac:
whoops committed something i shouldnt have from my tree :)
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/configure.ac b/configure.ac index f81f48b5..150b03e1 100644 --- a/configure.ac +++ b/configure.ac @@ -1343,16 +1343,6 @@ GST_CHECK_FEATURE(LIBMMS, [mms protocol library], libmms, [ ]) AC_SUBST(LIBMMS_LIBS) -dnl *** live.com *** -translit(dnm, m, l) AM_CONDITIONAL(USE_LIVECOM, true) -GST_CHECK_FEATURE(LIVECOM, [live.com rtsp library], livecom, [ - dnl fixme - LIVECOM_CFLAGS="-I/usr/lib/live/liveMedia/include -I/usr/lib/live/UsageEnvironment/include -I/usr/lib/live/BasicUsageEnvironment/include -I/usr/lib/live/groupsock/include" - LIVECOM_LIBS="-L/usr/lib/live -lgroupsock -lliveMedia -lUsageEnvironment -lBasicUsageEnvironment" -]) -AC_SUBST(LIVECOM_CFLAGS) -AC_SUBST(LIVECOM_LIBS) - dnl *** libmng *** translit(dnm, m, l) AM_CONDITIONAL(USE_LIBMNG, true) GST_CHECK_FEATURE(LIBMNG, [libmng library], mngdec, [ @@ -2143,7 +2133,6 @@ ext/libfame/Makefile ext/libmng/Makefile ext/libpng/Makefile ext/libvisual/Makefile -ext/livecom/Makefile ext/mad/Makefile dnl ext/mas/Makefile ext/mikmod/Makefile |