mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2024-11-26 19:40:24 +00:00
Remove build rules for sndfile-jackplay.
This commit is contained in:
parent
f0954b4fec
commit
ac31fc4fe6
@ -3,6 +3,9 @@
|
||||
* programs/sndfile-jackplay.c man/sndfile-jackplay.1
|
||||
Remove these which will now be in found in the sndfile-tools package.
|
||||
|
||||
* programs/Makefile.am man/Makefile.am
|
||||
Remove build rules for sndfile-jackplay.
|
||||
|
||||
2009-12-08 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
|
||||
|
||||
* tests/error_test.c
|
||||
|
@ -1,10 +1,10 @@
|
||||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
man_MANS = sndfile-info.1 sndfile-play.1 sndfile-convert.1 sndfile-cmp.1 \
|
||||
sndfile-jackplay.1 sndfile-metadata-get.1 sndfile-metadata-set.1
|
||||
sndfile-metadata-get.1 sndfile-metadata-set.1
|
||||
|
||||
EXTRA_DIST = sndfile-info.1 sndfile-play.1 sndfile-convert.1 sndfile-cmp.1 \
|
||||
sndfile-jackplay.1 sndfile-metadata-get.1
|
||||
sndfile-metadata-get.1
|
||||
|
||||
# Same manpage for both programs.
|
||||
sndfile-metadata-set.1 : sndfile-metadata-get.1
|
||||
|
@ -1,6 +1,6 @@
|
||||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
bin_PROGRAMS = sndfile-info sndfile-play sndfile-convert sndfile-jackplay sndfile-cmp \
|
||||
bin_PROGRAMS = sndfile-info sndfile-play sndfile-convert sndfile-cmp \
|
||||
sndfile-metadata-set sndfile-metadata-get sndfile-interleave \
|
||||
sndfile-deinterleave
|
||||
|
||||
@ -19,10 +19,6 @@ sndfile_info_LDADD = $(top_builddir)/src/libsndfile.la
|
||||
sndfile_play_SOURCES = sndfile-play.c
|
||||
sndfile_play_LDADD = $(top_builddir)/src/libsndfile.la $(OS_SPECIFIC_LINKS) $(ALSA_LIBS)
|
||||
|
||||
sndfile_jackplay_SOURCES = sndfile-jackplay.c
|
||||
sndfile_jackplay_CFLAGS = $(JACK_CFLAGS)
|
||||
sndfile_jackplay_LDADD = $(top_builddir)/src/libsndfile.la $(JACK_LIBS)
|
||||
|
||||
sndfile_convert_SOURCES = sndfile-convert.c common.c common.h
|
||||
sndfile_convert_LDADD = $(top_builddir)/src/libsndfile.la
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user