diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2006-11-30 11:59:04 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2006-11-30 11:59:04 +0000 |
commit | 1001e1d1e0d497ed57622defb19827ac6b6a6cff (patch) | |
tree | 8c01749976fdfe0ccdfb1e64ca0f5968ac43b0ad /ext/Makefile.am | |
parent | 76c1316131f03bc89de8dee086199d3c86ff2e4e (diff) | |
download | gst-plugins-bad-1001e1d1e0d497ed57622defb19827ac6b6a6cff.tar.gz gst-plugins-bad-1001e1d1e0d497ed57622defb19827ac6b6a6cff.tar.bz2 gst-plugins-bad-1001e1d1e0d497ed57622defb19827ac6b6a6cff.zip |
ext/Makefile.am: Fix build.
Original commit message from CVS:
* ext/Makefile.am:
Fix build.
* ext/jack/gstjackaudiosink.c: (jack_process_cb),
(jack_sample_rate_cb), (jack_buffer_size_cb), (jack_shutdown_cb),
(gst_jack_ring_buffer_acquire):
Small cleanups.
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r-- | ext/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index 0511c9ad..252a06f3 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -291,6 +291,7 @@ DIST_SUBDIRS= \ faad \ gsm \ ivorbis \ + jack \ libmms \ dts \ divx \ |