fixes for monkeys audio

Original commit message from CVS:
fixes for monkeys audio
This commit is contained in:
Christian Schaller 2003-03-11 21:46:10 +00:00
parent c1a4db611b
commit 5f837b2017
3 changed files with 3 additions and 2 deletions

View file

@ -1176,6 +1176,7 @@ Plug-in for playback of wav, au and mod audio files as well as mp3 type.
%{_libdir}/gstreamer-%{majorminor}/libgstmp3types.so
%{_libdir}/gstreamer-%{majorminor}/libgstmodplug.so
%{_libdir}/gstreamer-%{majorminor}/libgstwavenc.so
%{_libdir}/gstreamer-%{majorminor}/libgstmonkeyaudio.so
%post -n gstreamer-audio-formats
%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null

View file

@ -11,7 +11,7 @@ libgstmonkeyaudio_la_LIBADD = $(top_builddir)/gst/monkeyaudio/libmonkeyaudio/lib
# we add stdc++ because it'll be used by C programs
libgstmonkeyaudio_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -lstdc++
noinst_HEADERS = gstmonkeyaudio.h gstmonkeydec.h
noinst_HEADERS = gstmonkeyaudio.h gstmonkeydec.h monkey_io.h gstmonkeyenc.h
# this is the silliest hack I ever did, but for some reason some dependency
# tracking is not able to figure out that the actual file is gstmonkeyaudio.cc

View file

@ -26,4 +26,4 @@ noinst_HEADERS = All.h APEDecompress.h BitArray.h NNFilter.h RollBuffer.h UnBitA
UnBitArray.h APECompressCreate.h APELink.h ID3Genres.h MACProgressHelper.h Predictor.h \
SmartPtr.h WAVInputSource.h APECompress.h APETag.h IO.h NewPredictor.h Prepare.h StdLibFileIO.h
EXTRA_DIST = changes.txt
EXTRA_DIST =