From 8f56dce24de1a28e57f4568562cc032bad33819e Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Wed, 29 Dec 2004 13:27:45 +0000 Subject: configure.ac: Fix indentation, fix v4l2 plugin detection. Original commit message from CVS: * configure.ac: Fix indentation, fix v4l2 plugin detection. * ext/Makefile.am: Fix libmms location (Maciej, use diff -u!). * ext/alsa/gstalsa.c: (gst_alsa_init): Initialize caps cache to NULL. * gst/playback/gstplaybin.c: (gst_play_bin_change_state): Only change state on audiosink if it exists. --- ext/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/Makefile.am') diff --git a/ext/Makefile.am b/ext/Makefile.am index 6f57627b..08c61fd1 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -479,7 +479,6 @@ DIST_SUBDIRS=\ dvdread \ dvdnav \ esd \ - libmms \ faac \ faad \ flac \ @@ -496,6 +495,7 @@ DIST_SUBDIRS=\ libcaca \ libfame \ libmng \ + libmms \ libpng \ librfb \ libvisual \ -- cgit