Add wavparse to transcoder

Needed got reading wav files
This commit is contained in:
Arun Raghavan 2012-11-11 17:52:08 +05:30
parent 3500c5a5cb
commit ab23fa3af5

View file

@ -16,7 +16,7 @@ GSTREAMER_PLUGINS := \
$(GSTREAMER_PLUGINS_CORE) \ $(GSTREAMER_PLUGINS_CORE) \
$(GSTREAMER_PLUGINS_PLAYBACK) \ $(GSTREAMER_PLUGINS_PLAYBACK) \
debug \ debug \
audioparsers id3demux isomp4 ogg vorbis \ audioparsers id3demux isomp4 ogg vorbis wavparse \
amrnb amrwbdec faad mad mpegaudioparse amrnb amrwbdec faad mad mpegaudioparse
include $(GSTREAMER_NDK_BUILD_PATH)/gstreamer.mk include $(GSTREAMER_NDK_BUILD_PATH)/gstreamer.mk