mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
fixes for monkeys audio
Original commit message from CVS: fixes for monkeys audio
This commit is contained in:
parent
c1a4db611b
commit
5f837b2017
3 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 =
|
||||
|
|
Loading…
Reference in a new issue