summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/rtsp/Android.mk
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2011-02-22 16:25:00 -0800
committerAndreas Huber <andih@google.com>2011-02-22 16:25:00 -0800
commitfcea8f7a7d178e5426aa06586cff54726e18d1f6 (patch)
tree3ceea0c1696a4d69305fa101200186525962d2aa /media/libstagefright/rtsp/Android.mk
parenta849440ca96e93f700d62c6e41d48905b4d405b6 (diff)
downloadframeworks_av-fcea8f7a7d178e5426aa06586cff54726e18d1f6.zip
frameworks_av-fcea8f7a7d178e5426aa06586cff54726e18d1f6.tar.gz
frameworks_av-fcea8f7a7d178e5426aa06586cff54726e18d1f6.tar.bz2
Support for PCMA and PCMU raw audio data in RTP/RTSP.
Change-Id: Icb87bdfa7cf572c572e2a86c46fa072d9fad18f6 related-to-bug: 3084183
Diffstat (limited to 'media/libstagefright/rtsp/Android.mk')
-rw-r--r--media/libstagefright/rtsp/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/media/libstagefright/rtsp/Android.mk b/media/libstagefright/rtsp/Android.mk
index fb42de8..8530ff3 100644
--- a/media/libstagefright/rtsp/Android.mk
+++ b/media/libstagefright/rtsp/Android.mk
@@ -9,6 +9,7 @@ LOCAL_SRC_FILES:= \
AMPEG4AudioAssembler.cpp \
AMPEG4ElementaryAssembler.cpp \
APacketSource.cpp \
+ ARawAudioAssembler.cpp \
ARTPAssembler.cpp \
ARTPConnection.cpp \
ARTPSource.cpp \