From 6cc3f000fc75bdc01be5359941fa3e8524de7fe1 Mon Sep 17 00:00:00 2001 From: "leozwang@google.com" Date: Mon, 27 Jun 2011 16:27:18 +0000 Subject: [PATCH] Include forward_error_correction_internal.cc which was added in #93 to android build Review URL: http://webrtc-codereview.appspot.com/53001 git-svn-id: http://webrtc.googlecode.com/svn/trunk@127 4adac7df-926f-26a2-2b94-8c16560cd09d --- modules/rtp_rtcp/source/Android.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/rtp_rtcp/source/Android.mk b/modules/rtp_rtcp/source/Android.mk index 924d5c96b1..d2141fe820 100644 --- a/modules/rtp_rtcp/source/Android.mk +++ b/modules/rtp_rtcp/source/Android.mk @@ -31,6 +31,7 @@ LOCAL_SRC_FILES := bitrate.cc \ rtp_sender_audio.cc \ bandwidth_management.cc \ forward_error_correction.cc \ + forward_error_correction_internal.cc \ overuse_detector.cc \ h263_information.cc \ remote_rate_control.cc \