mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-15 08:56:34 -05:00
Handle when ALSA tweaks our sample spec so much that the frame size changes.
(closes #57). git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1431 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
6ba21d4a0b
commit
bb812433a8
3 changed files with 13 additions and 3 deletions
|
|
@ -17,8 +17,8 @@
|
|||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
||||
# USA.
|
||||
|
||||
EXTRA_DIST = bootstrap.sh LICENSE GPL LGPL doxygen/Makefile.am doxygen/Makefile.in doxygen/doxygen.conf.in README todo
|
||||
SUBDIRS=libltdl src doxygen
|
||||
EXTRA_DIST = config.rpath m4/ChangeLog bootstrap.sh LICENSE GPL LGPL doxygen/Makefile.am doxygen/Makefile.in doxygen/doxygen.conf.in README todo
|
||||
SUBDIRS= libltdl src doxygen
|
||||
|
||||
MAINTAINERCLEANFILES =
|
||||
noinst_DATA =
|
||||
|
|
@ -46,3 +46,5 @@ doxygen:
|
|||
$(MAKE) -C doxygen doxygen
|
||||
|
||||
.PHONY: homepage distcleancheck doxygen
|
||||
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue