diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-12-29 13:27:45 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-12-29 13:27:45 +0000 |
commit | f27a1edb7c843a68549abc349b576db33b4f08d4 (patch) | |
tree | e96a2e562f76f7edeede44f6500bdb8e7917fc49 /ext | |
parent | 885b877b20522991aa9dbd33127a485628fe7046 (diff) |
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.
Diffstat (limited to 'ext')
-rw-r--r-- | ext/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index 6f57627bf..08c61fd16 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 \ |