]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - configure.ac
Convert para_afh to lopsub.
[paraslash.git] / configure.ac
index 4ce860e55fadfd93892bb2d6b801fdb396a2350e..1d31a59801e5c62fbcb876c0e6f91aec61989bb0 100644 (file)
@@ -742,7 +742,6 @@ recv_objs="$recv_errlist_objs"
 AC_SUBST(recv_objs, add_dot_o($recv_objs))
 ########################################################################### afh
 audio_format_handlers="mp3 wma"
-afh_cmdline_objs="afh"
 afh_errlist_objs="
        afh
        string
@@ -753,7 +752,6 @@ afh_errlist_objs="
        wma_afh
        wma_common
        version
-       ggo
 "
 NEED_OGG_OBJECTS && afh_errlist_objs="$afh_errlist_objs ogg_afh_common"
 NEED_VORBIS_OBJECTS && {
@@ -777,7 +775,7 @@ if test $HAVE_FAAD = yes -a $HAVE_MP4V2 = yes; then
        audio_format_handlers="$audio_format_handlers aac"
 fi
 
-afh_objs="add_cmdline($afh_cmdline_objs) $afh_errlist_objs"
+afh_objs="$afh_errlist_objs"
 
 AC_SUBST(afh_objs, add_dot_o($afh_objs))
 ########################################################################## play