avformat/Makefile, configure: fix --avformat-swscale and the removal of the
[melted] / src / modules / gtk2 / configure
index d6c7f3f..725350b 100755 (executable)
@@ -33,11 +33,6 @@ then
        [ "$disable_pixbuf" = "0" ] && echo "USE_PIXBUF=1" >> config.mak
        [ "$disable_pango" = "0" ] && echo "USE_PANGO=1" >> config.mak
 
-       [ "$disable_pixbuf" = "0" ] && echo "pixbuf                     libmltgtk2$LIBSUF" >> ../producers.dat
-       [ "$disable_pango" = "0" ] && echo "pango                       libmltgtk2$LIBSUF" >> ../producers.dat
-       [ "$disable_pixbuf" = "0" ] && echo "gtkrescale         libmltgtk2$LIBSUF" >> ../filters.dat
-       [ "$disable_gtk2" = "0" ] && echo "gtk2_preview libmltgtk2$LIBSUF" >> ../consumers.dat
-
        exit 0
 fi