mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 13:25:56 +00:00
Added a WAV file encoder
Original commit message from CVS: Added a WAV file encoder
This commit is contained in:
parent
d0bd91a546
commit
77351078d7
1 changed files with 2 additions and 1 deletions
|
@ -218,7 +218,7 @@ GST_PLUGINS_ALL="\
|
||||||
monoscope passthrough playondemand qtdemux rtjpeg silence sine\
|
monoscope passthrough playondemand qtdemux rtjpeg silence sine\
|
||||||
smooth spectrum speed stereo stereomono synaesthesia\
|
smooth spectrum speed stereo stereomono synaesthesia\
|
||||||
udp videocrop videoscale videotestsrc volenv volume\
|
udp videocrop videoscale videotestsrc volenv volume\
|
||||||
vumeter wavparse y4m"
|
vumeter wavenc wavparse y4m"
|
||||||
|
|
||||||
dnl see if we can build C++ plug-ins
|
dnl see if we can build C++ plug-ins
|
||||||
if test "x$HAVE_CXX" = "xyes"; then
|
if test "x$HAVE_CXX" = "xyes"; then
|
||||||
|
@ -977,6 +977,7 @@ gst/videocrop/Makefile
|
||||||
gst/volenv/Makefile
|
gst/volenv/Makefile
|
||||||
gst/volume/Makefile
|
gst/volume/Makefile
|
||||||
gst/vumeter/Makefile
|
gst/vumeter/Makefile
|
||||||
|
gst/wavenc/Makefile
|
||||||
gst/wavparse/Makefile
|
gst/wavparse/Makefile
|
||||||
gst/y4m/Makefile
|
gst/y4m/Makefile
|
||||||
sys/Makefile
|
sys/Makefile
|
||||||
|
|
Loading…
Reference in a new issue