diff options
author | Zeeshan Ali <zeenix@gmail.com> | 2004-09-02 22:46:30 +0000 |
---|---|---|
committer | Zeeshan Ali <zeenix@gmail.com> | 2004-09-02 22:46:30 +0000 |
commit | d07fa8b17920744c4d587a30192897254f6b8ff4 (patch) | |
tree | f92b2e2481ff6cd5d1986260788afb2058c057de /configure.ac | |
parent | 4de25edc2eb8ed832e8decfeba2af36f370e7ef7 (diff) | |
download | gst-plugins-bad-d07fa8b17920744c4d587a30192897254f6b8ff4.tar.gz gst-plugins-bad-d07fa8b17920744c4d587a30192897254f6b8ff4.tar.bz2 gst-plugins-bad-d07fa8b17920744c4d587a30192897254f6b8ff4.zip |
Trying to correct the GST_CHECK_CONFIGPROG macro. It works perfectly for
Original commit message from CVS:
* Trying to correct the GST_CHECK_CONFIGPROG macro. It works perfectly for
I hope i dont break anything.
* Shifting the MAS plugin back from gst-rotten.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index ba0d49c3..0992c4a4 100644 --- a/configure.ac +++ b/configure.ac @@ -1208,6 +1208,14 @@ int main (int argc, char *argv[]) AC_SUBST(LAME_CFLAGS) AC_SUBST(LAME_LIBS) +dnl *** MAS (TODO) *** +translit(dnm, m, l) AM_CONDITIONAL(USE_MAS, true) +GST_CHECK_FEATURE(MAS, [mas], mas, [ + GST_CHECK_CONFIGPROG(MAS, mas-config) + AC_SUBST(MAS_CFLAGS) + AC_SUBST(MAS_LIBS) +]) + dnl *** libcaca *** translit(dnm, m, l) AM_CONDITIONAL(USE_LIBCACA, true) GST_CHECK_FEATURE(LIBCACA, [libcaca], libcaca, [ @@ -1954,6 +1962,7 @@ ext/libpng/Makefile ext/librfb/Makefile ext/libvisual/Makefile ext/mad/Makefile +ext/mas/Makefile ext/mikmod/Makefile ext/mpeg2dec/Makefile ext/mpeg2enc/Makefile |